public class ChangeSetSummary
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
The ChangeSetSummary
structure describes a change set, its
status, and the stack with which it's associated.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
changeSetId
The ID of the change set.
|
private java.lang.String |
changeSetName
The name of the change set.
|
private java.util.Date |
creationTime
The start time when the change set was created, in UTC.
|
private java.lang.String |
description
Descriptive information about the change set.
|
private java.lang.String |
executionStatus
If the change set execution status is
AVAILABLE , you can
execute the change set. |
private java.lang.String |
stackId
The ID of the stack with which the change set is associated.
|
private java.lang.String |
stackName
The name of the stack with which the change set is associated.
|
private java.lang.String |
status
The state of the change set, such as
CREATE_IN_PROGRESS ,
CREATE_COMPLETE , or FAILED . |
private java.lang.String |
statusReason
A description of the change set's status.
|
Constructor and Description |
---|
ChangeSetSummary() |
Modifier and Type | Method and Description |
---|---|
ChangeSetSummary |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getChangeSetId()
The ID of the change set.
|
java.lang.String |
getChangeSetName()
The name of the change set.
|
java.util.Date |
getCreationTime()
The start time when the change set was created, in UTC.
|
java.lang.String |
getDescription()
Descriptive information about the change set.
|
java.lang.String |
getExecutionStatus()
If the change set execution status is
AVAILABLE , you can
execute the change set. |
java.lang.String |
getStackId()
The ID of the stack with which the change set is associated.
|
java.lang.String |
getStackName()
The name of the stack with which the change set is associated.
|
java.lang.String |
getStatus()
The state of the change set, such as
CREATE_IN_PROGRESS ,
CREATE_COMPLETE , or FAILED . |
java.lang.String |
getStatusReason()
A description of the change set's status.
|
int |
hashCode() |
void |
setChangeSetId(java.lang.String changeSetId)
The ID of the change set.
|
void |
setChangeSetName(java.lang.String changeSetName)
The name of the change set.
|
void |
setCreationTime(java.util.Date creationTime)
The start time when the change set was created, in UTC.
|
void |
setDescription(java.lang.String description)
Descriptive information about the change set.
|
void |
setExecutionStatus(ExecutionStatus executionStatus)
If the change set execution status is
AVAILABLE , you can
execute the change set. |
void |
setExecutionStatus(java.lang.String executionStatus)
If the change set execution status is
AVAILABLE , you can
execute the change set. |
void |
setStackId(java.lang.String stackId)
The ID of the stack with which the change set is associated.
|
void |
setStackName(java.lang.String stackName)
The name of the stack with which the change set is associated.
|
void |
setStatus(ChangeSetStatus status)
The state of the change set, such as
CREATE_IN_PROGRESS ,
CREATE_COMPLETE , or FAILED . |
void |
setStatus(java.lang.String status)
The state of the change set, such as
CREATE_IN_PROGRESS ,
CREATE_COMPLETE , or FAILED . |
void |
setStatusReason(java.lang.String statusReason)
A description of the change set's status.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ChangeSetSummary |
withChangeSetId(java.lang.String changeSetId)
The ID of the change set.
|
ChangeSetSummary |
withChangeSetName(java.lang.String changeSetName)
The name of the change set.
|
ChangeSetSummary |
withCreationTime(java.util.Date creationTime)
The start time when the change set was created, in UTC.
|
ChangeSetSummary |
withDescription(java.lang.String description)
Descriptive information about the change set.
|
ChangeSetSummary |
withExecutionStatus(ExecutionStatus executionStatus)
If the change set execution status is
AVAILABLE , you can
execute the change set. |
ChangeSetSummary |
withExecutionStatus(java.lang.String executionStatus)
If the change set execution status is
AVAILABLE , you can
execute the change set. |
ChangeSetSummary |
withStackId(java.lang.String stackId)
The ID of the stack with which the change set is associated.
|
ChangeSetSummary |
withStackName(java.lang.String stackName)
The name of the stack with which the change set is associated.
|
ChangeSetSummary |
withStatus(ChangeSetStatus status)
The state of the change set, such as
CREATE_IN_PROGRESS ,
CREATE_COMPLETE , or FAILED . |
ChangeSetSummary |
withStatus(java.lang.String status)
The state of the change set, such as
CREATE_IN_PROGRESS ,
CREATE_COMPLETE , or FAILED . |
ChangeSetSummary |
withStatusReason(java.lang.String statusReason)
A description of the change set's status.
|
private java.lang.String stackId
The ID of the stack with which the change set is associated.
private java.lang.String stackName
The name of the stack with which the change set is associated.
private java.lang.String changeSetId
The ID of the change set.
private java.lang.String changeSetName
The name of the change set.
private java.lang.String executionStatus
If the change set execution status is AVAILABLE
, you can
execute the change set. If you can’t execute the change set, the status
indicates why. For example, a change set might be in an
UNAVAILABLE
state because AWS CloudFormation is still
creating it or in an OBSOLETE
state because the stack was
already updated.
private java.lang.String status
The state of the change set, such as CREATE_IN_PROGRESS
,
CREATE_COMPLETE
, or FAILED
.
private java.lang.String statusReason
A description of the change set's status. For example, if your change set
is in the FAILED
state, AWS CloudFormation shows the error
message.
private java.util.Date creationTime
The start time when the change set was created, in UTC.
private java.lang.String description
Descriptive information about the change set.
public void setStackId(java.lang.String stackId)
The ID of the stack with which the change set is associated.
stackId
- The ID of the stack with which the change set is associated.public java.lang.String getStackId()
The ID of the stack with which the change set is associated.
public ChangeSetSummary withStackId(java.lang.String stackId)
The ID of the stack with which the change set is associated.
stackId
- The ID of the stack with which the change set is associated.public void setStackName(java.lang.String stackName)
The name of the stack with which the change set is associated.
stackName
- The name of the stack with which the change set is associated.public java.lang.String getStackName()
The name of the stack with which the change set is associated.
public ChangeSetSummary withStackName(java.lang.String stackName)
The name of the stack with which the change set is associated.
stackName
- The name of the stack with which the change set is associated.public void setChangeSetId(java.lang.String changeSetId)
The ID of the change set.
changeSetId
- The ID of the change set.public java.lang.String getChangeSetId()
The ID of the change set.
public ChangeSetSummary withChangeSetId(java.lang.String changeSetId)
The ID of the change set.
changeSetId
- The ID of the change set.public void setChangeSetName(java.lang.String changeSetName)
The name of the change set.
changeSetName
- The name of the change set.public java.lang.String getChangeSetName()
The name of the change set.
public ChangeSetSummary withChangeSetName(java.lang.String changeSetName)
The name of the change set.
changeSetName
- The name of the change set.public void setExecutionStatus(java.lang.String executionStatus)
If the change set execution status is AVAILABLE
, you can
execute the change set. If you can’t execute the change set, the status
indicates why. For example, a change set might be in an
UNAVAILABLE
state because AWS CloudFormation is still
creating it or in an OBSOLETE
state because the stack was
already updated.
executionStatus
- If the change set execution status is AVAILABLE
, you
can execute the change set. If you can’t execute the change set,
the status indicates why. For example, a change set might be in an
UNAVAILABLE
state because AWS CloudFormation is still
creating it or in an OBSOLETE
state because the stack
was already updated.ExecutionStatus
public java.lang.String getExecutionStatus()
If the change set execution status is AVAILABLE
, you can
execute the change set. If you can’t execute the change set, the status
indicates why. For example, a change set might be in an
UNAVAILABLE
state because AWS CloudFormation is still
creating it or in an OBSOLETE
state because the stack was
already updated.
AVAILABLE
, you
can execute the change set. If you can’t execute the change set,
the status indicates why. For example, a change set might be in
an UNAVAILABLE
state because AWS CloudFormation is
still creating it or in an OBSOLETE
state because
the stack was already updated.ExecutionStatus
public ChangeSetSummary withExecutionStatus(java.lang.String executionStatus)
If the change set execution status is AVAILABLE
, you can
execute the change set. If you can’t execute the change set, the status
indicates why. For example, a change set might be in an
UNAVAILABLE
state because AWS CloudFormation is still
creating it or in an OBSOLETE
state because the stack was
already updated.
executionStatus
- If the change set execution status is AVAILABLE
, you
can execute the change set. If you can’t execute the change set,
the status indicates why. For example, a change set might be in an
UNAVAILABLE
state because AWS CloudFormation is still
creating it or in an OBSOLETE
state because the stack
was already updated.ExecutionStatus
public void setExecutionStatus(ExecutionStatus executionStatus)
If the change set execution status is AVAILABLE
, you can
execute the change set. If you can’t execute the change set, the status
indicates why. For example, a change set might be in an
UNAVAILABLE
state because AWS CloudFormation is still
creating it or in an OBSOLETE
state because the stack was
already updated.
executionStatus
- If the change set execution status is AVAILABLE
, you
can execute the change set. If you can’t execute the change set,
the status indicates why. For example, a change set might be in an
UNAVAILABLE
state because AWS CloudFormation is still
creating it or in an OBSOLETE
state because the stack
was already updated.ExecutionStatus
public ChangeSetSummary withExecutionStatus(ExecutionStatus executionStatus)
If the change set execution status is AVAILABLE
, you can
execute the change set. If you can’t execute the change set, the status
indicates why. For example, a change set might be in an
UNAVAILABLE
state because AWS CloudFormation is still
creating it or in an OBSOLETE
state because the stack was
already updated.
executionStatus
- If the change set execution status is AVAILABLE
, you
can execute the change set. If you can’t execute the change set,
the status indicates why. For example, a change set might be in an
UNAVAILABLE
state because AWS CloudFormation is still
creating it or in an OBSOLETE
state because the stack
was already updated.ExecutionStatus
public void setStatus(java.lang.String status)
The state of the change set, such as CREATE_IN_PROGRESS
,
CREATE_COMPLETE
, or FAILED
.
status
- The state of the change set, such as
CREATE_IN_PROGRESS
, CREATE_COMPLETE
, or
FAILED
.ChangeSetStatus
public java.lang.String getStatus()
The state of the change set, such as CREATE_IN_PROGRESS
,
CREATE_COMPLETE
, or FAILED
.
CREATE_IN_PROGRESS
, CREATE_COMPLETE
, or
FAILED
.ChangeSetStatus
public ChangeSetSummary withStatus(java.lang.String status)
The state of the change set, such as CREATE_IN_PROGRESS
,
CREATE_COMPLETE
, or FAILED
.
status
- The state of the change set, such as
CREATE_IN_PROGRESS
, CREATE_COMPLETE
, or
FAILED
.ChangeSetStatus
public void setStatus(ChangeSetStatus status)
The state of the change set, such as CREATE_IN_PROGRESS
,
CREATE_COMPLETE
, or FAILED
.
status
- The state of the change set, such as
CREATE_IN_PROGRESS
, CREATE_COMPLETE
, or
FAILED
.ChangeSetStatus
public ChangeSetSummary withStatus(ChangeSetStatus status)
The state of the change set, such as CREATE_IN_PROGRESS
,
CREATE_COMPLETE
, or FAILED
.
status
- The state of the change set, such as
CREATE_IN_PROGRESS
, CREATE_COMPLETE
, or
FAILED
.ChangeSetStatus
public void setStatusReason(java.lang.String statusReason)
A description of the change set's status. For example, if your change set
is in the FAILED
state, AWS CloudFormation shows the error
message.
statusReason
- A description of the change set's status. For example, if your
change set is in the FAILED
state, AWS CloudFormation
shows the error message.public java.lang.String getStatusReason()
A description of the change set's status. For example, if your change set
is in the FAILED
state, AWS CloudFormation shows the error
message.
FAILED
state, AWS
CloudFormation shows the error message.public ChangeSetSummary withStatusReason(java.lang.String statusReason)
A description of the change set's status. For example, if your change set
is in the FAILED
state, AWS CloudFormation shows the error
message.
statusReason
- A description of the change set's status. For example, if your
change set is in the FAILED
state, AWS CloudFormation
shows the error message.public void setCreationTime(java.util.Date creationTime)
The start time when the change set was created, in UTC.
creationTime
- The start time when the change set was created, in UTC.public java.util.Date getCreationTime()
The start time when the change set was created, in UTC.
public ChangeSetSummary withCreationTime(java.util.Date creationTime)
The start time when the change set was created, in UTC.
creationTime
- The start time when the change set was created, in UTC.public void setDescription(java.lang.String description)
Descriptive information about the change set.
description
- Descriptive information about the change set.public java.lang.String getDescription()
Descriptive information about the change set.
public ChangeSetSummary withDescription(java.lang.String description)
Descriptive information about the change set.
description
- Descriptive information about the change set.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ChangeSetSummary clone()
clone
in class java.lang.Object