@Generated(value="software.amazon.awssdk:codegen") public final class DeleteAppInputSourceResponse extends ResiliencehubResponse implements ToCopyableBuilder<DeleteAppInputSourceResponse.Builder,DeleteAppInputSourceResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteAppInputSourceResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
appArn()
The Amazon Resource Name (ARN) of the Resilience Hub application.
|
AppInputSource |
appInputSource()
The name of the input source from where the application resource is imported from.
|
static DeleteAppInputSourceResponse.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 DeleteAppInputSourceResponse.Builder> |
serializableBuilderClass() |
DeleteAppInputSourceResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String appArn()
The 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 AppInputSource appInputSource()
The name of the input source from where the application resource is imported from.
public DeleteAppInputSourceResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteAppInputSourceResponse.Builder,DeleteAppInputSourceResponse>toBuilder in class AwsResponsepublic static DeleteAppInputSourceResponse.Builder builder()
public static Class<? extends DeleteAppInputSourceResponse.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.