@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateCloudFormationChangeSetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateCloudFormationChangeSetRequest() |
Modifier and Type | Method and Description |
---|---|
CreateCloudFormationChangeSetRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApplicationId()
The Amazon Resource Name (ARN) of the application.
|
List<ParameterValue> |
getParameterOverrides()
A list of parameter values for the parameters of the application.
|
String |
getSemanticVersion()
The semantic version of the application:
|
String |
getStackName()
The name or the unique ID of the stack for which you are creating a change set.
|
int |
hashCode() |
void |
setApplicationId(String applicationId)
The Amazon Resource Name (ARN) of the application.
|
void |
setParameterOverrides(Collection<ParameterValue> parameterOverrides)
A list of parameter values for the parameters of the application.
|
void |
setSemanticVersion(String semanticVersion)
The semantic version of the application:
|
void |
setStackName(String stackName)
The name or the unique ID of the stack for which you are creating a change set.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateCloudFormationChangeSetRequest |
withApplicationId(String applicationId)
The Amazon Resource Name (ARN) of the application.
|
CreateCloudFormationChangeSetRequest |
withParameterOverrides(Collection<ParameterValue> parameterOverrides)
A list of parameter values for the parameters of the application.
|
CreateCloudFormationChangeSetRequest |
withParameterOverrides(ParameterValue... parameterOverrides)
A list of parameter values for the parameters of the application.
|
CreateCloudFormationChangeSetRequest |
withSemanticVersion(String semanticVersion)
The semantic version of the application:
|
CreateCloudFormationChangeSetRequest |
withStackName(String stackName)
The name or the unique ID of the stack for which you are creating a change set.
|
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 CreateCloudFormationChangeSetRequest()
public void setApplicationId(String applicationId)
The Amazon Resource Name (ARN) of the application.
applicationId
- The Amazon Resource Name (ARN) of the application.public String getApplicationId()
The Amazon Resource Name (ARN) of the application.
public CreateCloudFormationChangeSetRequest withApplicationId(String applicationId)
The Amazon Resource Name (ARN) of the application.
applicationId
- The Amazon Resource Name (ARN) of the application.public List<ParameterValue> getParameterOverrides()
A list of parameter values for the parameters of the application.
public void setParameterOverrides(Collection<ParameterValue> parameterOverrides)
A list of parameter values for the parameters of the application.
parameterOverrides
- A list of parameter values for the parameters of the application.public CreateCloudFormationChangeSetRequest withParameterOverrides(ParameterValue... parameterOverrides)
A list of parameter values for the parameters of the application.
NOTE: This method appends the values to the existing list (if any). Use
setParameterOverrides(java.util.Collection)
or withParameterOverrides(java.util.Collection)
if
you want to override the existing values.
parameterOverrides
- A list of parameter values for the parameters of the application.public CreateCloudFormationChangeSetRequest withParameterOverrides(Collection<ParameterValue> parameterOverrides)
A list of parameter values for the parameters of the application.
parameterOverrides
- A list of parameter values for the parameters of the application.public void setSemanticVersion(String semanticVersion)
The semantic version of the application:
semanticVersion
- The semantic version of the application:
public String getSemanticVersion()
The semantic version of the application:
public CreateCloudFormationChangeSetRequest withSemanticVersion(String semanticVersion)
The semantic version of the application:
semanticVersion
- The semantic version of the application:
public void setStackName(String stackName)
The name or the unique ID of the stack for which you are creating a change set. AWS CloudFormation generates the change set by comparing this stack's information with the information that you submit, such as a modified template or different parameter input values.
Constraints: Minimum length of 1.
Pattern: ([a-zA-Z][-a-zA-Z0-9]*)|(arn:\b(aws|aws-us-gov|aws-cn)\b:[-a-zA-Z0-9:/._+]*)
stackName
- The name or the unique ID of the stack for which you are creating a change set. AWS CloudFormation
generates the change set by comparing this stack's information with the information that you submit, such
as a modified template or different parameter input values.
Constraints: Minimum length of 1.
Pattern: ([a-zA-Z][-a-zA-Z0-9]*)|(arn:\b(aws|aws-us-gov|aws-cn)\b:[-a-zA-Z0-9:/._+]*)
public String getStackName()
The name or the unique ID of the stack for which you are creating a change set. AWS CloudFormation generates the change set by comparing this stack's information with the information that you submit, such as a modified template or different parameter input values.
Constraints: Minimum length of 1.
Pattern: ([a-zA-Z][-a-zA-Z0-9]*)|(arn:\b(aws|aws-us-gov|aws-cn)\b:[-a-zA-Z0-9:/._+]*)
Constraints: Minimum length of 1.
Pattern: ([a-zA-Z][-a-zA-Z0-9]*)|(arn:\b(aws|aws-us-gov|aws-cn)\b:[-a-zA-Z0-9:/._+]*)
public CreateCloudFormationChangeSetRequest withStackName(String stackName)
The name or the unique ID of the stack for which you are creating a change set. AWS CloudFormation generates the change set by comparing this stack's information with the information that you submit, such as a modified template or different parameter input values.
Constraints: Minimum length of 1.
Pattern: ([a-zA-Z][-a-zA-Z0-9]*)|(arn:\b(aws|aws-us-gov|aws-cn)\b:[-a-zA-Z0-9:/._+]*)
stackName
- The name or the unique ID of the stack for which you are creating a change set. AWS CloudFormation
generates the change set by comparing this stack's information with the information that you submit, such
as a modified template or different parameter input values.
Constraints: Minimum length of 1.
Pattern: ([a-zA-Z][-a-zA-Z0-9]*)|(arn:\b(aws|aws-us-gov|aws-cn)\b:[-a-zA-Z0-9:/._+]*)
public String toString()
toString
in class Object
Object.toString()
public CreateCloudFormationChangeSetRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.