@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) |
boolean |
equalsBySdkFields(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() |
SourceConnectionDetail |
sourceConnection()
A top level
ProductViewDetail response containing details about the product’s connection. |
Status |
status()
The status of the product.
|
String |
statusAsString()
The status of the product.
|
ProductViewDetail.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ProductViewSummary productViewSummary()
Summary information about the product view.
public final 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 final 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 final String productARN()
The ARN of the product.
public final Instant createdTime()
The UTC time stamp of the creation time.
public final SourceConnectionDetail sourceConnection()
A top level ProductViewDetail response containing details about the product’s connection. Service
Catalog returns this field for the CreateProduct, UpdateProduct,
DescribeProductAsAdmin, and SearchProductAsAdmin APIs. This response contains the same
fields as the ConnectionParameters request, with the addition of the LastSync response.
ProductViewDetail response containing details about the product’s connection.
Service Catalog returns this field for the CreateProduct, UpdateProduct,
DescribeProductAsAdmin, and SearchProductAsAdmin APIs. This response contains
the same fields as the ConnectionParameters request, with the addition of the
LastSync response.public ProductViewDetail.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ProductViewDetail.Builder,ProductViewDetail>public static ProductViewDetail.Builder builder()
public static Class<? extends ProductViewDetail.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.