@Generated(value="software.amazon.awssdk:codegen") public final class ChangeSetSummaryListItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ChangeSetSummaryListItem.Builder,ChangeSetSummaryListItem>
A summary of a change set returned in a list of change sets when the ListChangeSets action is called.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ChangeSetSummaryListItem.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ChangeSetSummaryListItem.Builder |
builder() |
String |
changeSetArn()
The ARN associated with the unique identifier for the change set referenced in this request.
|
String |
changeSetId()
The unique identifier for a change set.
|
String |
changeSetName()
The non-unique name for the change set.
|
String |
endTime()
The time, in ISO 8601 format (2018-02-27T13:45:22Z), when the change set was finished.
|
List<String> |
entityIdList()
This object is a list of entity IDs (string) that are a part of a change set.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
FailureCode |
failureCode()
Returned if the change set is in
FAILED status. |
String |
failureCodeAsString()
Returned if the change set is in
FAILED status. |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasEntityIdList()
For responses, this returns true if the service returned a value for the EntityIdList property.
|
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ChangeSetSummaryListItem.Builder> |
serializableBuilderClass() |
String |
startTime()
The time, in ISO 8601 format (2018-02-27T13:45:22Z), when the change set was started.
|
ChangeStatus |
status()
The current status of the change set.
|
String |
statusAsString()
The current status of the change set.
|
ChangeSetSummaryListItem.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String changeSetId()
The unique identifier for a change set.
public final String changeSetArn()
The ARN associated with the unique identifier for the change set referenced in this request.
public final String changeSetName()
The non-unique name for the change set.
public final String startTime()
The time, in ISO 8601 format (2018-02-27T13:45:22Z), when the change set was started.
public final String endTime()
The time, in ISO 8601 format (2018-02-27T13:45:22Z), when the change set was finished.
public final ChangeStatus status()
The current status of the change set.
If the service returns an enum value that is not available in the current SDK version, status will
return ChangeStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
ChangeStatuspublic final String statusAsString()
The current status of the change set.
If the service returns an enum value that is not available in the current SDK version, status will
return ChangeStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
ChangeStatuspublic final boolean hasEntityIdList()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<String> entityIdList()
This object is a list of entity IDs (string) that are a part of a change set. The entity ID list is a maximum of 20 entities. It must contain at least one entity.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasEntityIdList() method.
public final 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 of DescribeChangeSet),
or SERVER_FAULT, which means that there is a problem in the system, and you should retry your
request.
If the service returns an enum value that is not available in the current SDK version, failureCode will
return FailureCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
failureCodeAsString().
FAILED status. Can be either CLIENT_ERROR,
which means that there are issues with the request (see the ErrorDetailList of
DescribeChangeSet), or SERVER_FAULT, which means that there is a problem in the
system, and you should retry your request.FailureCodepublic final String failureCodeAsString()
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 of DescribeChangeSet),
or SERVER_FAULT, which means that there is a problem in the system, and you should retry your
request.
If the service returns an enum value that is not available in the current SDK version, failureCode will
return FailureCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
failureCodeAsString().
FAILED status. Can be either CLIENT_ERROR,
which means that there are issues with the request (see the ErrorDetailList of
DescribeChangeSet), or SERVER_FAULT, which means that there is a problem in the
system, and you should retry your request.FailureCodepublic ChangeSetSummaryListItem.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ChangeSetSummaryListItem.Builder,ChangeSetSummaryListItem>public static ChangeSetSummaryListItem.Builder builder()
public static Class<? extends ChangeSetSummaryListItem.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.