@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteAppInputSourceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteAppInputSourceRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteAppInputSourceRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAppArn()
The Amazon Resource Name (ARN) of the AWS Resilience Hub application.
|
String |
getClientToken()
Used for an idempotency token.
|
String |
getSourceArn()
The Amazon Resource Name (ARN) of the imported resource you want to remove from the AWS Resilience Hub
application.
|
TerraformSource |
getTerraformSource()
The imported Terraform s3 state file you want to remove from the AWS Resilience Hub application.
|
int |
hashCode() |
void |
setAppArn(String appArn)
The Amazon Resource Name (ARN) of the AWS Resilience Hub application.
|
void |
setClientToken(String clientToken)
Used for an idempotency token.
|
void |
setSourceArn(String sourceArn)
The Amazon Resource Name (ARN) of the imported resource you want to remove from the AWS Resilience Hub
application.
|
void |
setTerraformSource(TerraformSource terraformSource)
The imported Terraform s3 state file you want to remove from the AWS Resilience Hub application.
|
String |
toString()
Returns a string representation of this object.
|
DeleteAppInputSourceRequest |
withAppArn(String appArn)
The Amazon Resource Name (ARN) of the AWS Resilience Hub application.
|
DeleteAppInputSourceRequest |
withClientToken(String clientToken)
Used for an idempotency token.
|
DeleteAppInputSourceRequest |
withSourceArn(String sourceArn)
The Amazon Resource Name (ARN) of the imported resource you want to remove from the AWS Resilience Hub
application.
|
DeleteAppInputSourceRequest |
withTerraformSource(TerraformSource terraformSource)
The imported Terraform s3 state file you want to remove from the AWS Resilience Hub application.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setAppArn(String appArn)
The Amazon Resource Name (ARN) of the AWS 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.
appArn - The Amazon Resource Name (ARN) of the AWS 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.public String getAppArn()
The Amazon Resource Name (ARN) of the AWS 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 DeleteAppInputSourceRequest withAppArn(String appArn)
The Amazon Resource Name (ARN) of the AWS 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.
appArn - The Amazon Resource Name (ARN) of the AWS 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.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 DeleteAppInputSourceRequest 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 setSourceArn(String sourceArn)
The Amazon Resource Name (ARN) of the imported resource you want to remove from the AWS Resilience Hub application. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
sourceArn - The Amazon Resource Name (ARN) of the imported resource you want to remove from the AWS Resilience Hub
application. For more information about ARNs, see Amazon Resource Names
(ARNs) in the AWS General Reference guide.public String getSourceArn()
The Amazon Resource Name (ARN) of the imported resource you want to remove from the AWS Resilience Hub application. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
public DeleteAppInputSourceRequest withSourceArn(String sourceArn)
The Amazon Resource Name (ARN) of the imported resource you want to remove from the AWS Resilience Hub application. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
sourceArn - The Amazon Resource Name (ARN) of the imported resource you want to remove from the AWS Resilience Hub
application. For more information about ARNs, see Amazon Resource Names
(ARNs) in the AWS General Reference guide.public void setTerraformSource(TerraformSource terraformSource)
The imported Terraform s3 state file you want to remove from the AWS Resilience Hub application.
terraformSource - The imported Terraform s3 state file you want to remove from the AWS Resilience Hub application.public TerraformSource getTerraformSource()
The imported Terraform s3 state file you want to remove from the AWS Resilience Hub application.
public DeleteAppInputSourceRequest withTerraformSource(TerraformSource terraformSource)
The imported Terraform s3 state file you want to remove from the AWS Resilience Hub application.
terraformSource - The imported Terraform s3 state file you want to remove from the AWS Resilience Hub application.public String toString()
toString in class ObjectObject.toString()public DeleteAppInputSourceRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.