@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateCloudFormationChangeSetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateCloudFormationChangeSetResult() |
Modifier and Type | Method and Description |
---|---|
CreateCloudFormationChangeSetResult |
clone() |
boolean |
equals(Object obj) |
String |
getApplicationId()
The application Amazon Resource Name (ARN).
|
String |
getChangeSetId()
The ARN of the change set.\nLength Constraints: Minimum length of 1.\nPattern: arn:[-a-zA-Z0-9:/]*
|
String |
getSemanticVersion()
The semantic version of the application:\n\n https://semver.org/
|
String |
getStackId()
The unique ID of the stack.
|
int |
hashCode() |
void |
setApplicationId(String applicationId)
The application Amazon Resource Name (ARN).
|
void |
setChangeSetId(String changeSetId)
The ARN of the change set.\nLength Constraints: Minimum length of 1.\nPattern: arn:[-a-zA-Z0-9:/]*
|
void |
setSemanticVersion(String semanticVersion)
The semantic version of the application:\n\n https://semver.org/
|
void |
setStackId(String stackId)
The unique ID of the stack.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateCloudFormationChangeSetResult |
withApplicationId(String applicationId)
The application Amazon Resource Name (ARN).
|
CreateCloudFormationChangeSetResult |
withChangeSetId(String changeSetId)
The ARN of the change set.\nLength Constraints: Minimum length of 1.\nPattern: arn:[-a-zA-Z0-9:/]*
|
CreateCloudFormationChangeSetResult |
withSemanticVersion(String semanticVersion)
The semantic version of the application:\n\n https://semver.org/
|
CreateCloudFormationChangeSetResult |
withStackId(String stackId)
The unique ID of the stack.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setApplicationId(String applicationId)
applicationId
- The application Amazon Resource Name (ARN).public String getApplicationId()
public CreateCloudFormationChangeSetResult withApplicationId(String applicationId)
applicationId
- The application Amazon Resource Name (ARN).public void setChangeSetId(String changeSetId)
changeSetId
- The ARN of the change set.\nLength Constraints: Minimum length of 1.\nPattern: arn:[-a-zA-Z0-9:/]public String getChangeSetId()
public CreateCloudFormationChangeSetResult withChangeSetId(String changeSetId)
changeSetId
- The ARN of the change set.\nLength Constraints: Minimum length of 1.\nPattern: arn:[-a-zA-Z0-9:/]*public void setSemanticVersion(String semanticVersion)
semanticVersion
- The semantic version of the application:\n\n https://semver.org/public String getSemanticVersion()
public CreateCloudFormationChangeSetResult withSemanticVersion(String semanticVersion)
semanticVersion
- The semantic version of the application:\n\n https://semver.org/public void setStackId(String stackId)
stackId
- The unique ID of the stack.public String getStackId()
public CreateCloudFormationChangeSetResult withStackId(String stackId)
stackId
- The unique ID of the stack.public String toString()
toString
in class Object
Object.toString()
public CreateCloudFormationChangeSetResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.