@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteAppRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteAppRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteAppRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAppArn()
The Amazon Resource Name (ARN) of the application.
|
String |
getClientToken()
Used for an idempotency token.
|
Boolean |
getForceDelete()
A boolean option to force the deletion of a Resilience Hub application.
|
int |
hashCode() |
Boolean |
isForceDelete()
A boolean option to force the deletion of a Resilience Hub application.
|
void |
setAppArn(String appArn)
The Amazon Resource Name (ARN) of the application.
|
void |
setClientToken(String clientToken)
Used for an idempotency token.
|
void |
setForceDelete(Boolean forceDelete)
A boolean option to force the deletion of a Resilience Hub application.
|
String |
toString()
Returns a string representation of this object.
|
DeleteAppRequest |
withAppArn(String appArn)
The Amazon Resource Name (ARN) of the application.
|
DeleteAppRequest |
withClientToken(String clientToken)
Used for an idempotency token.
|
DeleteAppRequest |
withForceDelete(Boolean forceDelete)
A boolean option to force the deletion of a Resilience Hub application.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setAppArn(String appArn)
The Amazon Resource Name (ARN) of the 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.
appArn
- The Amazon Resource Name (ARN) of the 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.public String getAppArn()
The Amazon Resource Name (ARN) of the 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.
partition
:resiliencehub:region
:account
:app/app-id
. For more information
about ARNs, see
Amazon Resource Names (ARNs) in the AWS General Reference.public DeleteAppRequest withAppArn(String appArn)
The Amazon Resource Name (ARN) of the 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.
appArn
- The Amazon Resource Name (ARN) of the 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.public void setClientToken(String clientToken)
Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. You should not reuse the same client token for other API requests.
clientToken
- Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII
characters. You should not reuse the same client token for other API requests.public String getClientToken()
Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. You should not reuse the same client token for other API requests.
public DeleteAppRequest withClientToken(String clientToken)
Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. You should not reuse the same client token for other API requests.
clientToken
- Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII
characters. You should not reuse the same client token for other API requests.public void setForceDelete(Boolean forceDelete)
A boolean option to force the deletion of a Resilience Hub application.
forceDelete
- A boolean option to force the deletion of a Resilience Hub application.public Boolean getForceDelete()
A boolean option to force the deletion of a Resilience Hub application.
public DeleteAppRequest withForceDelete(Boolean forceDelete)
A boolean option to force the deletion of a Resilience Hub application.
forceDelete
- A boolean option to force the deletion of a Resilience Hub application.public Boolean isForceDelete()
A boolean option to force the deletion of a Resilience Hub application.
public String toString()
toString
in class Object
Object.toString()
public DeleteAppRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()