@Generated(value="software.amazon.awssdk:codegen") public final class CreateScanResponse extends CodeGuruSecurityResponse implements ToCopyableBuilder<CreateScanResponse.Builder,CreateScanResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateScanResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateScanResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ResourceId |
resourceId()
The identifier for the resource object that contains resources that were scanned.
|
String |
runId()
UUID that identifies the individual scan run.
|
String |
scanName()
The name of the scan.
|
String |
scanNameArn()
The ARN for the scan name.
|
ScanState |
scanState()
The current state of the scan.
|
String |
scanStateAsString()
The current state of the scan.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateScanResponse.Builder> |
serializableBuilderClass() |
CreateScanResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ResourceId resourceId()
The identifier for the resource object that contains resources that were scanned.
public final String runId()
UUID that identifies the individual scan run.
public final String scanName()
The name of the scan.
public final String scanNameArn()
The ARN for the scan name.
public final ScanState scanState()
The current state of the scan. Returns either InProgress, Successful, or
Failed.
If the service returns an enum value that is not available in the current SDK version, scanState will
return ScanState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
scanStateAsString().
InProgress, Successful, or
Failed.ScanStatepublic final String scanStateAsString()
The current state of the scan. Returns either InProgress, Successful, or
Failed.
If the service returns an enum value that is not available in the current SDK version, scanState will
return ScanState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
scanStateAsString().
InProgress, Successful, or
Failed.ScanStatepublic CreateScanResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateScanResponse.Builder,CreateScanResponse>toBuilder in class AwsResponsepublic static CreateScanResponse.Builder builder()
public static Class<? extends CreateScanResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.