@Generated(value="software.amazon.awssdk:codegen") public final class DescribeChangeSetResponse extends MarketplaceCatalogResponse implements ToCopyableBuilder<DescribeChangeSetResponse.Builder,DescribeChangeSetResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeChangeSetResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeChangeSetResponse.Builder |
builder() |
List<ChangeSummary> |
changeSet()
An array of
ChangeSummary objects. |
String |
changeSetArn()
The ARN associated with the unique identifier for the change set referenced in this request.
|
String |
changeSetId()
Required.
|
String |
changeSetName()
The optional name provided in the
StartChangeSet request. |
String |
endTime()
The date and time, in ISO 8601 format (2018-02-27T13:45:22Z), the request transitioned to a terminal state.
|
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. |
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.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasChangeSet()
For responses, this returns true if the service returned a value for the ChangeSet property.
|
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeChangeSetResponse.Builder> |
serializableBuilderClass() |
String |
startTime()
The date and time, in ISO 8601 format (2018-02-27T13:45:22Z), the request started.
|
ChangeStatus |
status()
The status of the change request.
|
String |
statusAsString()
The status of the change request.
|
DescribeChangeSetResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String changeSetId()
Required. The unique identifier for the change set referenced in this request.
public final String changeSetArn()
The ARN associated with the unique identifier for the change set referenced in this request.
public final String changeSetName()
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 final String startTime()
The date and time, in ISO 8601 format (2018-02-27T13:45:22Z), the request started.
public final 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.
public final ChangeStatus status()
The status of the change request.
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 status of the change request.
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 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.
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), 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), 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), or
SERVER_FAULT, which means that there is a problem in the system, and you should retry your
request.FailureCodepublic final 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.
public final boolean hasChangeSet()
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<ChangeSummary> changeSet()
An array of ChangeSummary objects.
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 hasChangeSet() method.
ChangeSummary objects.public DescribeChangeSetResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeChangeSetResponse.Builder,DescribeChangeSetResponse>toBuilder in class AwsResponsepublic static DescribeChangeSetResponse.Builder builder()
public static Class<? extends DescribeChangeSetResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.