@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RemoveDraftAppVersionResourceMappingsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
RemoveDraftAppVersionResourceMappingsRequest() |
Modifier and Type | Method and Description |
---|---|
RemoveDraftAppVersionResourceMappingsRequest |
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 AWS Resilience Hub application.
|
List<String> |
getAppRegistryAppNames()
The names of the registered applications you want to remove from the resource mappings.
|
List<String> |
getLogicalStackNames()
The names of the CloudFormation stacks you want to remove from the resource mappings.
|
List<String> |
getResourceGroupNames()
The names of the resource groups you want to remove from the resource mappings.
|
List<String> |
getResourceNames()
The names of the resources you want to remove from the resource mappings.
|
List<String> |
getTerraformSourceNames()
The names of the Terraform sources you want to remove from the resource mappings.
|
int |
hashCode() |
void |
setAppArn(String appArn)
The Amazon Resource Name (ARN) of the AWS Resilience Hub application.
|
void |
setAppRegistryAppNames(Collection<String> appRegistryAppNames)
The names of the registered applications you want to remove from the resource mappings.
|
void |
setLogicalStackNames(Collection<String> logicalStackNames)
The names of the CloudFormation stacks you want to remove from the resource mappings.
|
void |
setResourceGroupNames(Collection<String> resourceGroupNames)
The names of the resource groups you want to remove from the resource mappings.
|
void |
setResourceNames(Collection<String> resourceNames)
The names of the resources you want to remove from the resource mappings.
|
void |
setTerraformSourceNames(Collection<String> terraformSourceNames)
The names of the Terraform sources you want to remove from the resource mappings.
|
String |
toString()
Returns a string representation of this object.
|
RemoveDraftAppVersionResourceMappingsRequest |
withAppArn(String appArn)
The Amazon Resource Name (ARN) of the AWS Resilience Hub application.
|
RemoveDraftAppVersionResourceMappingsRequest |
withAppRegistryAppNames(Collection<String> appRegistryAppNames)
The names of the registered applications you want to remove from the resource mappings.
|
RemoveDraftAppVersionResourceMappingsRequest |
withAppRegistryAppNames(String... appRegistryAppNames)
The names of the registered applications you want to remove from the resource mappings.
|
RemoveDraftAppVersionResourceMappingsRequest |
withLogicalStackNames(Collection<String> logicalStackNames)
The names of the CloudFormation stacks you want to remove from the resource mappings.
|
RemoveDraftAppVersionResourceMappingsRequest |
withLogicalStackNames(String... logicalStackNames)
The names of the CloudFormation stacks you want to remove from the resource mappings.
|
RemoveDraftAppVersionResourceMappingsRequest |
withResourceGroupNames(Collection<String> resourceGroupNames)
The names of the resource groups you want to remove from the resource mappings.
|
RemoveDraftAppVersionResourceMappingsRequest |
withResourceGroupNames(String... resourceGroupNames)
The names of the resource groups you want to remove from the resource mappings.
|
RemoveDraftAppVersionResourceMappingsRequest |
withResourceNames(Collection<String> resourceNames)
The names of the resources you want to remove from the resource mappings.
|
RemoveDraftAppVersionResourceMappingsRequest |
withResourceNames(String... resourceNames)
The names of the resources you want to remove from the resource mappings.
|
RemoveDraftAppVersionResourceMappingsRequest |
withTerraformSourceNames(Collection<String> terraformSourceNames)
The names of the Terraform sources you want to remove from the resource mappings.
|
RemoveDraftAppVersionResourceMappingsRequest |
withTerraformSourceNames(String... terraformSourceNames)
The names of the Terraform sources you want to remove from the resource mappings.
|
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 RemoveDraftAppVersionResourceMappingsRequest()
public 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 RemoveDraftAppVersionResourceMappingsRequest 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 List<String> getAppRegistryAppNames()
The names of the registered applications you want to remove from the resource mappings.
public void setAppRegistryAppNames(Collection<String> appRegistryAppNames)
The names of the registered applications you want to remove from the resource mappings.
appRegistryAppNames
- The names of the registered applications you want to remove from the resource mappings.public RemoveDraftAppVersionResourceMappingsRequest withAppRegistryAppNames(String... appRegistryAppNames)
The names of the registered applications you want to remove from the resource mappings.
NOTE: This method appends the values to the existing list (if any). Use
setAppRegistryAppNames(java.util.Collection)
or withAppRegistryAppNames(java.util.Collection)
if you want to override the existing values.
appRegistryAppNames
- The names of the registered applications you want to remove from the resource mappings.public RemoveDraftAppVersionResourceMappingsRequest withAppRegistryAppNames(Collection<String> appRegistryAppNames)
The names of the registered applications you want to remove from the resource mappings.
appRegistryAppNames
- The names of the registered applications you want to remove from the resource mappings.public List<String> getLogicalStackNames()
The names of the CloudFormation stacks you want to remove from the resource mappings.
public void setLogicalStackNames(Collection<String> logicalStackNames)
The names of the CloudFormation stacks you want to remove from the resource mappings.
logicalStackNames
- The names of the CloudFormation stacks you want to remove from the resource mappings.public RemoveDraftAppVersionResourceMappingsRequest withLogicalStackNames(String... logicalStackNames)
The names of the CloudFormation stacks you want to remove from the resource mappings.
NOTE: This method appends the values to the existing list (if any). Use
setLogicalStackNames(java.util.Collection)
or withLogicalStackNames(java.util.Collection)
if
you want to override the existing values.
logicalStackNames
- The names of the CloudFormation stacks you want to remove from the resource mappings.public RemoveDraftAppVersionResourceMappingsRequest withLogicalStackNames(Collection<String> logicalStackNames)
The names of the CloudFormation stacks you want to remove from the resource mappings.
logicalStackNames
- The names of the CloudFormation stacks you want to remove from the resource mappings.public List<String> getResourceGroupNames()
The names of the resource groups you want to remove from the resource mappings.
public void setResourceGroupNames(Collection<String> resourceGroupNames)
The names of the resource groups you want to remove from the resource mappings.
resourceGroupNames
- The names of the resource groups you want to remove from the resource mappings.public RemoveDraftAppVersionResourceMappingsRequest withResourceGroupNames(String... resourceGroupNames)
The names of the resource groups you want to remove from the resource mappings.
NOTE: This method appends the values to the existing list (if any). Use
setResourceGroupNames(java.util.Collection)
or withResourceGroupNames(java.util.Collection)
if
you want to override the existing values.
resourceGroupNames
- The names of the resource groups you want to remove from the resource mappings.public RemoveDraftAppVersionResourceMappingsRequest withResourceGroupNames(Collection<String> resourceGroupNames)
The names of the resource groups you want to remove from the resource mappings.
resourceGroupNames
- The names of the resource groups you want to remove from the resource mappings.public List<String> getResourceNames()
The names of the resources you want to remove from the resource mappings.
public void setResourceNames(Collection<String> resourceNames)
The names of the resources you want to remove from the resource mappings.
resourceNames
- The names of the resources you want to remove from the resource mappings.public RemoveDraftAppVersionResourceMappingsRequest withResourceNames(String... resourceNames)
The names of the resources you want to remove from the resource mappings.
NOTE: This method appends the values to the existing list (if any). Use
setResourceNames(java.util.Collection)
or withResourceNames(java.util.Collection)
if you want
to override the existing values.
resourceNames
- The names of the resources you want to remove from the resource mappings.public RemoveDraftAppVersionResourceMappingsRequest withResourceNames(Collection<String> resourceNames)
The names of the resources you want to remove from the resource mappings.
resourceNames
- The names of the resources you want to remove from the resource mappings.public List<String> getTerraformSourceNames()
The names of the Terraform sources you want to remove from the resource mappings.
public void setTerraformSourceNames(Collection<String> terraformSourceNames)
The names of the Terraform sources you want to remove from the resource mappings.
terraformSourceNames
- The names of the Terraform sources you want to remove from the resource mappings.public RemoveDraftAppVersionResourceMappingsRequest withTerraformSourceNames(String... terraformSourceNames)
The names of the Terraform sources you want to remove from the resource mappings.
NOTE: This method appends the values to the existing list (if any). Use
setTerraformSourceNames(java.util.Collection)
or withTerraformSourceNames(java.util.Collection)
if you want to override the existing values.
terraformSourceNames
- The names of the Terraform sources you want to remove from the resource mappings.public RemoveDraftAppVersionResourceMappingsRequest withTerraformSourceNames(Collection<String> terraformSourceNames)
The names of the Terraform sources you want to remove from the resource mappings.
terraformSourceNames
- The names of the Terraform sources you want to remove from the resource mappings.public String toString()
toString
in class Object
Object.toString()
public RemoveDraftAppVersionResourceMappingsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()