@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeChangeSetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeChangeSetResult() |
Modifier and Type | Method and Description |
---|---|
DescribeChangeSetResult |
clone() |
boolean |
equals(Object obj) |
List<ChangeSummary> |
getChangeSet()
An array of
ChangeSummary objects. |
String |
getChangeSetArn()
The ARN associated with the unique identifier for the change set referenced in this request.
|
String |
getChangeSetId()
Required.
|
String |
getChangeSetName()
The optional name provided in the
StartChangeSet request. |
String |
getEndTime()
The date and time, in ISO 8601 format (2018-02-27T13:45:22Z), the request transitioned to a terminal state.
|
String |
getFailureCode()
Returned if the change set is in
FAILED status. |
String |
getFailureDescription()
Returned if there is a failure on the change set, but that failure is not related to any of the changes in the
request.
|
String |
getIntent()
The optional intent provided in the
StartChangeSet request. |
String |
getStartTime()
The date and time, in ISO 8601 format (2018-02-27T13:45:22Z), the request started.
|
String |
getStatus()
The status of the change request.
|
int |
hashCode() |
void |
setChangeSet(Collection<ChangeSummary> changeSet)
An array of
ChangeSummary objects. |
void |
setChangeSetArn(String changeSetArn)
The ARN associated with the unique identifier for the change set referenced in this request.
|
void |
setChangeSetId(String changeSetId)
Required.
|
void |
setChangeSetName(String changeSetName)
The optional name provided in the
StartChangeSet request. |
void |
setEndTime(String endTime)
The date and time, in ISO 8601 format (2018-02-27T13:45:22Z), the request transitioned to a terminal state.
|
void |
setFailureCode(String failureCode)
Returned if the change set is in
FAILED status. |
void |
setFailureDescription(String failureDescription)
Returned if there is a failure on the change set, but that failure is not related to any of the changes in the
request.
|
void |
setIntent(String intent)
The optional intent provided in the
StartChangeSet request. |
void |
setStartTime(String startTime)
The date and time, in ISO 8601 format (2018-02-27T13:45:22Z), the request started.
|
void |
setStatus(String status)
The status of the change request.
|
String |
toString()
Returns a string representation of this object.
|
DescribeChangeSetResult |
withChangeSet(ChangeSummary... changeSet)
An array of
ChangeSummary objects. |
DescribeChangeSetResult |
withChangeSet(Collection<ChangeSummary> changeSet)
An array of
ChangeSummary objects. |
DescribeChangeSetResult |
withChangeSetArn(String changeSetArn)
The ARN associated with the unique identifier for the change set referenced in this request.
|
DescribeChangeSetResult |
withChangeSetId(String changeSetId)
Required.
|
DescribeChangeSetResult |
withChangeSetName(String changeSetName)
The optional name provided in the
StartChangeSet request. |
DescribeChangeSetResult |
withEndTime(String endTime)
The date and time, in ISO 8601 format (2018-02-27T13:45:22Z), the request transitioned to a terminal state.
|
DescribeChangeSetResult |
withFailureCode(FailureCode failureCode)
Returned if the change set is in
FAILED status. |
DescribeChangeSetResult |
withFailureCode(String failureCode)
Returned if the change set is in
FAILED status. |
DescribeChangeSetResult |
withFailureDescription(String failureDescription)
Returned if there is a failure on the change set, but that failure is not related to any of the changes in the
request.
|
DescribeChangeSetResult |
withIntent(Intent intent)
The optional intent provided in the
StartChangeSet request. |
DescribeChangeSetResult |
withIntent(String intent)
The optional intent provided in the
StartChangeSet request. |
DescribeChangeSetResult |
withStartTime(String startTime)
The date and time, in ISO 8601 format (2018-02-27T13:45:22Z), the request started.
|
DescribeChangeSetResult |
withStatus(ChangeStatus status)
The status of the change request.
|
DescribeChangeSetResult |
withStatus(String status)
The status of the change request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setChangeSetId(String changeSetId)
Required. The unique identifier for the change set referenced in this request.
changeSetId
- Required. The unique identifier for the change set referenced in this request.public String getChangeSetId()
Required. The unique identifier for the change set referenced in this request.
public DescribeChangeSetResult withChangeSetId(String changeSetId)
Required. The unique identifier for the change set referenced in this request.
changeSetId
- Required. The unique identifier for the change set referenced in this request.public void setChangeSetArn(String changeSetArn)
The ARN associated with the unique identifier for the change set referenced in this request.
changeSetArn
- The ARN associated with the unique identifier for the change set referenced in this request.public String getChangeSetArn()
The ARN associated with the unique identifier for the change set referenced in this request.
public DescribeChangeSetResult withChangeSetArn(String changeSetArn)
The ARN associated with the unique identifier for the change set referenced in this request.
changeSetArn
- The ARN associated with the unique identifier for the change set referenced in this request.public void setChangeSetName(String changeSetName)
The optional name provided in the StartChangeSet
request. If you do not provide a name, one is set
by default.
changeSetName
- The optional name provided in the StartChangeSet
request. If you do not provide a name, one
is set by default.public String getChangeSetName()
The optional name provided in the StartChangeSet
request. If you do not provide a name, one is set
by default.
StartChangeSet
request. If you do not provide a name, one
is set by default.public DescribeChangeSetResult withChangeSetName(String changeSetName)
The optional name provided in the StartChangeSet
request. If you do not provide a name, one is set
by default.
changeSetName
- The optional name provided in the StartChangeSet
request. If you do not provide a name, one
is set by default.public void setIntent(String intent)
The optional intent provided in the StartChangeSet
request. If you do not provide an intent,
APPLY
is set by default.
intent
- The optional intent provided in the StartChangeSet
request. If you do not provide an intent,
APPLY
is set by default.Intent
public String getIntent()
The optional intent provided in the StartChangeSet
request. If you do not provide an intent,
APPLY
is set by default.
StartChangeSet
request. If you do not provide an intent,
APPLY
is set by default.Intent
public DescribeChangeSetResult withIntent(String intent)
The optional intent provided in the StartChangeSet
request. If you do not provide an intent,
APPLY
is set by default.
intent
- The optional intent provided in the StartChangeSet
request. If you do not provide an intent,
APPLY
is set by default.Intent
public DescribeChangeSetResult withIntent(Intent intent)
The optional intent provided in the StartChangeSet
request. If you do not provide an intent,
APPLY
is set by default.
intent
- The optional intent provided in the StartChangeSet
request. If you do not provide an intent,
APPLY
is set by default.Intent
public void setStartTime(String startTime)
The date and time, in ISO 8601 format (2018-02-27T13:45:22Z), the request started.
startTime
- The date and time, in ISO 8601 format (2018-02-27T13:45:22Z), the request started.public String getStartTime()
The date and time, in ISO 8601 format (2018-02-27T13:45:22Z), the request started.
public DescribeChangeSetResult withStartTime(String startTime)
The date and time, in ISO 8601 format (2018-02-27T13:45:22Z), the request started.
startTime
- The date and time, in ISO 8601 format (2018-02-27T13:45:22Z), the request started.public void setEndTime(String endTime)
The date and time, in ISO 8601 format (2018-02-27T13:45:22Z), the request transitioned to a terminal state. The change cannot transition to a different state. Null if the request is not in a terminal state.
endTime
- The date and time, in ISO 8601 format (2018-02-27T13:45:22Z), the request transitioned to a terminal
state. The change cannot transition to a different state. Null if the request is not in a terminal state.public String getEndTime()
The date and time, in ISO 8601 format (2018-02-27T13:45:22Z), the request transitioned to a terminal state. The change cannot transition to a different state. Null if the request is not in a terminal state.
public DescribeChangeSetResult withEndTime(String endTime)
The date and time, in ISO 8601 format (2018-02-27T13:45:22Z), the request transitioned to a terminal state. The change cannot transition to a different state. Null if the request is not in a terminal state.
endTime
- The date and time, in ISO 8601 format (2018-02-27T13:45:22Z), the request transitioned to a terminal
state. The change cannot transition to a different state. Null if the request is not in a terminal state.public void setStatus(String status)
The status of the change request.
status
- The status of the change request.ChangeStatus
public String getStatus()
The status of the change request.
ChangeStatus
public DescribeChangeSetResult withStatus(String status)
The status of the change request.
status
- The status of the change request.ChangeStatus
public DescribeChangeSetResult withStatus(ChangeStatus status)
The status of the change request.
status
- The status of the change request.ChangeStatus
public void setFailureCode(String failureCode)
Returned if the change set is in FAILED
status. Can be either CLIENT_ERROR
, which means
that there are issues with the request (see the ErrorDetailList
), or SERVER_FAULT
,
which means that there is a problem in the system, and you should retry your request.
failureCode
- Returned if the change set is in FAILED
status. Can be either CLIENT_ERROR
,
which means that there are issues with the request (see the ErrorDetailList
), or
SERVER_FAULT
, which means that there is a problem in the system, and you should retry your
request.FailureCode
public String getFailureCode()
Returned if the change set is in FAILED
status. Can be either CLIENT_ERROR
, which means
that there are issues with the request (see the ErrorDetailList
), or SERVER_FAULT
,
which means that there is a problem in the system, and you should retry your request.
FAILED
status. Can be either CLIENT_ERROR
,
which means that there are issues with the request (see the ErrorDetailList
), or
SERVER_FAULT
, which means that there is a problem in the system, and you should retry your
request.FailureCode
public DescribeChangeSetResult withFailureCode(String failureCode)
Returned if the change set is in FAILED
status. Can be either CLIENT_ERROR
, which means
that there are issues with the request (see the ErrorDetailList
), or SERVER_FAULT
,
which means that there is a problem in the system, and you should retry your request.
failureCode
- Returned if the change set is in FAILED
status. Can be either CLIENT_ERROR
,
which means that there are issues with the request (see the ErrorDetailList
), or
SERVER_FAULT
, which means that there is a problem in the system, and you should retry your
request.FailureCode
public DescribeChangeSetResult withFailureCode(FailureCode failureCode)
Returned if the change set is in FAILED
status. Can be either CLIENT_ERROR
, which means
that there are issues with the request (see the ErrorDetailList
), or SERVER_FAULT
,
which means that there is a problem in the system, and you should retry your request.
failureCode
- Returned if the change set is in FAILED
status. Can be either CLIENT_ERROR
,
which means that there are issues with the request (see the ErrorDetailList
), or
SERVER_FAULT
, which means that there is a problem in the system, and you should retry your
request.FailureCode
public void setFailureDescription(String failureDescription)
Returned if there is a failure on the change set, but that failure is not related to any of the changes in the request.
failureDescription
- Returned if there is a failure on the change set, but that failure is not related to any of the changes in
the request.public String getFailureDescription()
Returned if there is a failure on the change set, but that failure is not related to any of the changes in the request.
public DescribeChangeSetResult withFailureDescription(String failureDescription)
Returned if there is a failure on the change set, but that failure is not related to any of the changes in the request.
failureDescription
- Returned if there is a failure on the change set, but that failure is not related to any of the changes in
the request.public List<ChangeSummary> getChangeSet()
An array of ChangeSummary
objects.
ChangeSummary
objects.public void setChangeSet(Collection<ChangeSummary> changeSet)
An array of ChangeSummary
objects.
changeSet
- An array of ChangeSummary
objects.public DescribeChangeSetResult withChangeSet(ChangeSummary... changeSet)
An array of ChangeSummary
objects.
NOTE: This method appends the values to the existing list (if any). Use
setChangeSet(java.util.Collection)
or withChangeSet(java.util.Collection)
if you want to
override the existing values.
changeSet
- An array of ChangeSummary
objects.public DescribeChangeSetResult withChangeSet(Collection<ChangeSummary> changeSet)
An array of ChangeSummary
objects.
changeSet
- An array of ChangeSummary
objects.public String toString()
toString
in class Object
Object.toString()
public DescribeChangeSetResult clone()