@Generated(value="software.amazon.awssdk:codegen") public final class DescribeDraftAppVersionResourcesImportStatusResponse extends ResiliencehubResponse implements ToCopyableBuilder<DescribeDraftAppVersionResourcesImportStatusResponse.Builder,DescribeDraftAppVersionResourcesImportStatusResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeDraftAppVersionResourcesImportStatusResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
appArn()
Amazon Resource Name (ARN) of the Resilience Hub application.
|
String |
appVersion()
The version of the application.
|
static DescribeDraftAppVersionResourcesImportStatusResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
errorMessage()
The returned error message for the request.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeDraftAppVersionResourcesImportStatusResponse.Builder> |
serializableBuilderClass() |
ResourceImportStatusType |
status()
Status of the action.
|
String |
statusAsString()
Status of the action.
|
Instant |
statusChangeTime()
The timestamp for when the status last changed.
|
DescribeDraftAppVersionResourcesImportStatusResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String appArn()
Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:
partition:resiliencehub:region:account:app/app-id. For more
information about ARNs, see
Amazon Resource Names (ARNs) in the AWS General Reference guide.
partition:resiliencehub:region:account:app/app-id.
For more information about ARNs, see Amazon Resource Names
(ARNs) in the AWS General Reference guide.public final String appVersion()
The version of the application.
public final String errorMessage()
The returned error message for the request.
public final ResourceImportStatusType status()
Status of the action.
If the service returns an enum value that is not available in the current SDK version, status will
return ResourceImportStatusType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusAsString().
ResourceImportStatusTypepublic final String statusAsString()
Status of the action.
If the service returns an enum value that is not available in the current SDK version, status will
return ResourceImportStatusType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusAsString().
ResourceImportStatusTypepublic final Instant statusChangeTime()
The timestamp for when the status last changed.
public DescribeDraftAppVersionResourcesImportStatusResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeDraftAppVersionResourcesImportStatusResponse.Builder,DescribeDraftAppVersionResourcesImportStatusResponse>toBuilder in class AwsResponsepublic static DescribeDraftAppVersionResourcesImportStatusResponse.Builder builder()
public static Class<? extends DescribeDraftAppVersionResourcesImportStatusResponse.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.