@Generated(value="software.amazon.awssdk:codegen") public final class ResolveAppVersionResourcesResponse extends ResiliencehubResponse implements ToCopyableBuilder<ResolveAppVersionResourcesResponse.Builder,ResolveAppVersionResourcesResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ResolveAppVersionResourcesResponse.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 ResolveAppVersionResourcesResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
resolutionId()
The identifier for a specific resolution.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ResolveAppVersionResourcesResponse.Builder> |
serializableBuilderClass() |
ResourceResolutionStatusType |
status()
Status of the action.
|
String |
statusAsString()
Status of the action.
|
ResolveAppVersionResourcesResponse.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 Amazon Web Services General Reference guide.
partition:resiliencehub:region:account:app/app-id.
For more information about ARNs, see Amazon Resource Names
(ARNs) in the Amazon Web Services General Reference guide.public final String appVersion()
The version of the application.
public final String resolutionId()
The identifier for a specific resolution.
public final ResourceResolutionStatusType status()
Status of the action.
If the service returns an enum value that is not available in the current SDK version, status will
return ResourceResolutionStatusType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusAsString().
ResourceResolutionStatusTypepublic 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 ResourceResolutionStatusType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusAsString().
ResourceResolutionStatusTypepublic ResolveAppVersionResourcesResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ResolveAppVersionResourcesResponse.Builder,ResolveAppVersionResourcesResponse>toBuilder in class AwsResponsepublic static ResolveAppVersionResourcesResponse.Builder builder()
public static Class<? extends ResolveAppVersionResourcesResponse.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.