@Generated(value="software.amazon.awssdk:codegen") public final class DescribeCopyProductStatusResponse extends ServiceCatalogResponse implements ToCopyableBuilder<DescribeCopyProductStatusResponse.Builder,DescribeCopyProductStatusResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeCopyProductStatusResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeCopyProductStatusResponse.Builder |
builder() |
CopyProductStatus |
copyProductStatus()
The status of the copy product operation.
|
String |
copyProductStatusAsString()
The status of the copy product operation.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeCopyProductStatusResponse.Builder> |
serializableBuilderClass() |
String |
statusDetail()
The status message.
|
String |
targetProductId()
The identifier of the copied product.
|
DescribeCopyProductStatusResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final CopyProductStatus copyProductStatus()
The status of the copy product operation.
If the service returns an enum value that is not available in the current SDK version, copyProductStatus
will return CopyProductStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from copyProductStatusAsString().
CopyProductStatuspublic final String copyProductStatusAsString()
The status of the copy product operation.
If the service returns an enum value that is not available in the current SDK version, copyProductStatus
will return CopyProductStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from copyProductStatusAsString().
CopyProductStatuspublic final String targetProductId()
The identifier of the copied product.
public final String statusDetail()
The status message.
public DescribeCopyProductStatusResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeCopyProductStatusResponse.Builder,DescribeCopyProductStatusResponse>toBuilder in class AwsResponsepublic static DescribeCopyProductStatusResponse.Builder builder()
public static Class<? extends DescribeCopyProductStatusResponse.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.