@Generated(value="software.amazon.awssdk:codegen") public final class RemoveDraftAppVersionResourceMappingsResponse extends ResiliencehubResponse implements ToCopyableBuilder<RemoveDraftAppVersionResourceMappingsResponse.Builder,RemoveDraftAppVersionResourceMappingsResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
RemoveDraftAppVersionResourceMappingsResponse.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 RemoveDraftAppVersionResourceMappingsResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends RemoveDraftAppVersionResourceMappingsResponse.Builder> |
serializableBuilderClass() |
RemoveDraftAppVersionResourceMappingsResponse.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 RemoveDraftAppVersionResourceMappingsResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RemoveDraftAppVersionResourceMappingsResponse.Builder,RemoveDraftAppVersionResourceMappingsResponse>toBuilder in class AwsResponsepublic static RemoveDraftAppVersionResourceMappingsResponse.Builder builder()
public static Class<? extends RemoveDraftAppVersionResourceMappingsResponse.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.