@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 application.
|
List<String> |
getAppRegistryAppNames()
The names of the registered applications to remove from the resource mappings.
|
List<String> |
getLogicalStackNames()
The names of the CloudFormation stacks to remove from the resource mappings.
|
List<String> |
getResourceGroupNames()
The names of the resource groups to remove from the resource mappings.
|
List<String> |
getResourceNames()
The names of the resources to remove from the resource mappings.
|
int |
hashCode() |
void |
setAppArn(String appArn)
The Amazon Resource Name (ARN) of the application.
|
void |
setAppRegistryAppNames(Collection<String> appRegistryAppNames)
The names of the registered applications to remove from the resource mappings.
|
void |
setLogicalStackNames(Collection<String> logicalStackNames)
The names of the CloudFormation stacks to remove from the resource mappings.
|
void |
setResourceGroupNames(Collection<String> resourceGroupNames)
The names of the resource groups to remove from the resource mappings.
|
void |
setResourceNames(Collection<String> resourceNames)
The names of the resources 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 application.
|
RemoveDraftAppVersionResourceMappingsRequest |
withAppRegistryAppNames(Collection<String> appRegistryAppNames)
The names of the registered applications to remove from the resource mappings.
|
RemoveDraftAppVersionResourceMappingsRequest |
withAppRegistryAppNames(String... appRegistryAppNames)
The names of the registered applications to remove from the resource mappings.
|
RemoveDraftAppVersionResourceMappingsRequest |
withLogicalStackNames(Collection<String> logicalStackNames)
The names of the CloudFormation stacks to remove from the resource mappings.
|
RemoveDraftAppVersionResourceMappingsRequest |
withLogicalStackNames(String... logicalStackNames)
The names of the CloudFormation stacks to remove from the resource mappings.
|
RemoveDraftAppVersionResourceMappingsRequest |
withResourceGroupNames(Collection<String> resourceGroupNames)
The names of the resource groups to remove from the resource mappings.
|
RemoveDraftAppVersionResourceMappingsRequest |
withResourceGroupNames(String... resourceGroupNames)
The names of the resource groups to remove from the resource mappings.
|
RemoveDraftAppVersionResourceMappingsRequest |
withResourceNames(Collection<String> resourceNames)
The names of the resources to remove from the resource mappings.
|
RemoveDraftAppVersionResourceMappingsRequest |
withResourceNames(String... resourceNames)
The names of the resources 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 application. The format for this ARN is: arn:partition
:dcps:
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
:dcps: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
:dcps:
region
:account
:app/app-id
. For more information about ARNs, see Amazon Resource Names
(ARNs) in the AWS General Reference.
partition
:dcps:region
:account
:app/app-id
. For more information about ARNs,
see Amazon Resource
Names (ARNs) in the AWS General Reference.public RemoveDraftAppVersionResourceMappingsRequest withAppArn(String appArn)
The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition
:dcps:
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
:dcps:region
:account
:app/app-id
. For more information about ARNs,
see Amazon Resource
Names (ARNs) in the AWS General Reference.public List<String> getAppRegistryAppNames()
The names of the registered applications to remove from the resource mappings.
public void setAppRegistryAppNames(Collection<String> appRegistryAppNames)
The names of the registered applications to remove from the resource mappings.
appRegistryAppNames
- The names of the registered applications to remove from the resource mappings.public RemoveDraftAppVersionResourceMappingsRequest withAppRegistryAppNames(String... appRegistryAppNames)
The names of the registered applications 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 to remove from the resource mappings.public RemoveDraftAppVersionResourceMappingsRequest withAppRegistryAppNames(Collection<String> appRegistryAppNames)
The names of the registered applications to remove from the resource mappings.
appRegistryAppNames
- The names of the registered applications to remove from the resource mappings.public List<String> getLogicalStackNames()
The names of the CloudFormation stacks to remove from the resource mappings.
public void setLogicalStackNames(Collection<String> logicalStackNames)
The names of the CloudFormation stacks to remove from the resource mappings.
logicalStackNames
- The names of the CloudFormation stacks to remove from the resource mappings.public RemoveDraftAppVersionResourceMappingsRequest withLogicalStackNames(String... logicalStackNames)
The names of the CloudFormation stacks 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 to remove from the resource mappings.public RemoveDraftAppVersionResourceMappingsRequest withLogicalStackNames(Collection<String> logicalStackNames)
The names of the CloudFormation stacks to remove from the resource mappings.
logicalStackNames
- The names of the CloudFormation stacks to remove from the resource mappings.public List<String> getResourceGroupNames()
The names of the resource groups to remove from the resource mappings.
public void setResourceGroupNames(Collection<String> resourceGroupNames)
The names of the resource groups to remove from the resource mappings.
resourceGroupNames
- The names of the resource groups to remove from the resource mappings.public RemoveDraftAppVersionResourceMappingsRequest withResourceGroupNames(String... resourceGroupNames)
The names of the resource groups 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 to remove from the resource mappings.public RemoveDraftAppVersionResourceMappingsRequest withResourceGroupNames(Collection<String> resourceGroupNames)
The names of the resource groups to remove from the resource mappings.
resourceGroupNames
- The names of the resource groups to remove from the resource mappings.public List<String> getResourceNames()
The names of the resources to remove from the resource mappings.
public void setResourceNames(Collection<String> resourceNames)
The names of the resources to remove from the resource mappings.
resourceNames
- The names of the resources to remove from the resource mappings.public RemoveDraftAppVersionResourceMappingsRequest withResourceNames(String... resourceNames)
The names of the resources 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 to remove from the resource mappings.public RemoveDraftAppVersionResourceMappingsRequest withResourceNames(Collection<String> resourceNames)
The names of the resources to remove from the resource mappings.
resourceNames
- The names of the resources 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()