@Generated(value="software.amazon.awssdk:codegen") public final class DeleteAppVersionAppComponentResponse extends ResiliencehubResponse implements ToCopyableBuilder<DeleteAppVersionAppComponentResponse.Builder,DeleteAppVersionAppComponentResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteAppVersionAppComponentResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
appArn()
Amazon Resource Name (ARN) of the Resilience Hub application.
|
AppComponent |
appComponent()
List of Application Components that belong to this resource.
|
String |
appVersion()
Resilience Hub application version.
|
static DeleteAppVersionAppComponentResponse.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 DeleteAppVersionAppComponentResponse.Builder> |
serializableBuilderClass() |
DeleteAppVersionAppComponentResponse.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 AppComponent appComponent()
List of Application Components that belong to this resource.
public final String appVersion()
Resilience Hub application version.
public DeleteAppVersionAppComponentResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteAppVersionAppComponentResponse.Builder,DeleteAppVersionAppComponentResponse>toBuilder in class AwsResponsepublic static DeleteAppVersionAppComponentResponse.Builder builder()
public static Class<? extends DeleteAppVersionAppComponentResponse.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.