@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 Amazon Resource Name (ARN) of the change set.
|
String |
getSemanticVersion()
The semantic version of the application:
|
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 Amazon Resource Name (ARN) of the change set.
|
void |
setSemanticVersion(String semanticVersion)
The semantic version of the application:
|
void |
setStackId(String stackId)
The unique ID of the stack.
|
String |
toString()
Returns a string representation of this object.
|
CreateCloudFormationChangeSetResult |
withApplicationId(String applicationId)
The application Amazon Resource Name (ARN).
|
CreateCloudFormationChangeSetResult |
withChangeSetId(String changeSetId)
The Amazon Resource Name (ARN) of the change set.
|
CreateCloudFormationChangeSetResult |
withSemanticVersion(String semanticVersion)
The semantic version of the application:
|
CreateCloudFormationChangeSetResult |
withStackId(String stackId)
The unique ID of the stack.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setApplicationId(String applicationId)
The application Amazon Resource Name (ARN).
applicationId
- The application Amazon Resource Name (ARN).public String getApplicationId()
The application Amazon Resource Name (ARN).
public CreateCloudFormationChangeSetResult withApplicationId(String applicationId)
The application Amazon Resource Name (ARN).
applicationId
- The application Amazon Resource Name (ARN).public void setChangeSetId(String changeSetId)
The Amazon Resource Name (ARN) of the change set.
Length constraints: Minimum length of 1.
Pattern: ARN:[-a-zA-Z0-9:/]*
changeSetId
- The Amazon Resource Name (ARN) of the change set.
Length constraints: Minimum length of 1.
Pattern: ARN:[-a-zA-Z0-9:/]
public String getChangeSetId()
The Amazon Resource Name (ARN) of the change set.
Length constraints: Minimum length of 1.
Pattern: ARN:[-a-zA-Z0-9:/]*
Length constraints: Minimum length of 1.
Pattern: ARN:[-a-zA-Z0-9:/]
public CreateCloudFormationChangeSetResult withChangeSetId(String changeSetId)
The Amazon Resource Name (ARN) of the change set.
Length constraints: Minimum length of 1.
Pattern: ARN:[-a-zA-Z0-9:/]*
changeSetId
- The Amazon Resource Name (ARN) of the change set.
Length constraints: Minimum length of 1.
Pattern: ARN:[-a-zA-Z0-9:/]*
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 CreateCloudFormationChangeSetResult withSemanticVersion(String semanticVersion)
The semantic version of the application:
semanticVersion
- The semantic version of the application:
public void setStackId(String stackId)
The unique ID of the stack.
stackId
- The unique ID of the stack.public String getStackId()
The unique ID of the stack.
public CreateCloudFormationChangeSetResult withStackId(String stackId)
The unique ID of the stack.
stackId
- The unique ID of the stack.public String toString()
toString
in class Object
Object.toString()
public CreateCloudFormationChangeSetResult clone()