@Generated(value="software.amazon.awssdk:codegen") public final class ProductViewDetail extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ProductViewDetail.Builder,ProductViewDetail>
Information about a product view.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ProductViewDetail.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ProductViewDetail.Builder |
builder() |
Instant |
createdTime()
The UTC time stamp of the creation time.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
productARN()
The ARN of the product.
|
ProductViewSummary |
productViewSummary()
Summary information about the product view.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ProductViewDetail.Builder> |
serializableBuilderClass() |
Status |
status()
The status of the product.
|
String |
statusAsString()
The status of the product.
|
ProductViewDetail.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copypublic ProductViewSummary productViewSummary()
Summary information about the product view.
public Status status()
The status of the product.
AVAILABLE - The product is ready for use.
CREATING - Product creation has started; the product is not ready for use.
FAILED - An action failed.
If the service returns an enum value that is not available in the current SDK version, status will
return Status.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
AVAILABLE - The product is ready for use.
CREATING - Product creation has started; the product is not ready for use.
FAILED - An action failed.
Statuspublic String statusAsString()
The status of the product.
AVAILABLE - The product is ready for use.
CREATING - Product creation has started; the product is not ready for use.
FAILED - An action failed.
If the service returns an enum value that is not available in the current SDK version, status will
return Status.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
AVAILABLE - The product is ready for use.
CREATING - Product creation has started; the product is not ready for use.
FAILED - An action failed.
Statuspublic String productARN()
The ARN of the product.
public Instant createdTime()
The UTC time stamp of the creation time.
public ProductViewDetail.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<ProductViewDetail.Builder,ProductViewDetail>public static ProductViewDetail.Builder builder()
public static Class<? extends ProductViewDetail.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.