StructuredPojo
, ToCopyableBuilder<ProductViewDetail.Builder,ProductViewDetail>
@Generated("software.amazon.awssdk:codegen") public class ProductViewDetail extends Object implements StructuredPojo, ToCopyableBuilder<ProductViewDetail.Builder,ProductViewDetail>
Detailed product view information.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ProductViewDetail.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ProductViewDetail.Builder |
builder() |
|
Date |
createdTime() |
The UTC timestamp of the creation time.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
productARN() |
The ARN associated with the product.
|
ProductViewSummary |
productViewSummary() |
The summary metadata about the specified product view.
|
static Class<? extends ProductViewDetail.Builder> |
serializableBuilderClass() |
|
String |
status() |
Current 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() |
public ProductViewSummary productViewSummary()
The summary metadata about the specified product view.
public String status()
Current status of the product.
AVAILABLE
- Product is available for use.
CREATING
- Creation of product started, not ready for use.
FAILED
- Action on product failed.
AVAILABLE
- Product is available for use.
CREATING
- Creation of product started, not ready for use.
FAILED
- Action on product failed.
Status
public String productARN()
The ARN associated with the product.
public Date createdTime()
The UTC timestamp of the creation time.
public ProductViewDetail.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ProductViewDetail.Builder,ProductViewDetail>
public static ProductViewDetail.Builder builder()
public static Class<? extends ProductViewDetail.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.