@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 id of the application to create the ChangeSet for
|
List<ParameterValue> |
getParameterOverrides()
A list of parameter values for the parameters of the application.
|
String |
getSemanticVersion()
The semantic version of the application:\n\n https://semver.org/
|
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 id of the application to create the ChangeSet for
|
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:\n\n https://semver.org/
|
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 id of the application to create the ChangeSet for
|
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:\n\n https://semver.org/
|
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)
applicationId
- The id of the application to create the ChangeSet forpublic String getApplicationId()
public CreateCloudFormationChangeSetRequest withApplicationId(String applicationId)
applicationId
- The id of the application to create the ChangeSet forpublic List<ParameterValue> getParameterOverrides()
public void setParameterOverrides(Collection<ParameterValue> parameterOverrides)
parameterOverrides
- A list of parameter values for the parameters of the application.public CreateCloudFormationChangeSetRequest withParameterOverrides(ParameterValue... parameterOverrides)
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)
parameterOverrides
- A list of parameter values for the parameters of the application.public void setSemanticVersion(String semanticVersion)
semanticVersion
- The semantic version of the application:\n\n https://semver.org/public String getSemanticVersion()
public CreateCloudFormationChangeSetRequest withSemanticVersion(String semanticVersion)
semanticVersion
- The semantic version of the application:\n\n https://semver.org/public void setStackName(String stackName)
stackName
- The name or the unique ID of the stack for which you are creating a change set. AWS CloudFormation
generates\n the change set by comparing this stack's information with the information that you submit,
such as a modified\n template or different parameter input values. \nConstraints: Minimum length of
1.\nPattern: ([a-zA-Z][-a-zA-Z0-9]*)|(arn:\b(aws|aws-us-gov|aws-cn)\b:[-a-zA-Z0-9:/._+]*)public String getStackName()
public CreateCloudFormationChangeSetRequest withStackName(String stackName)
stackName
- The name or the unique ID of the stack for which you are creating a change set. AWS CloudFormation
generates\n the change set by comparing this stack's information with the information that you submit,
such as a modified\n template or different parameter input values. \nConstraints: Minimum length of
1.\nPattern: ([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.