Class ProductViewDetail
- java.lang.Object
-
- software.amazon.awssdk.services.servicecatalog.model.ProductViewDetail
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ProductViewDetail.Builder,ProductViewDetail>
@Generated("software.amazon.awssdk:codegen") public final class ProductViewDetail extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ProductViewDetail.Builder,ProductViewDetail>
Information about a product view.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceProductViewDetail.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ProductViewDetail.Builderbuilder()InstantcreatedTime()The UTC time stamp of the creation time.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringproductARN()The ARN of the product.ProductViewSummaryproductViewSummary()Summary information about the product view.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ProductViewDetail.Builder>serializableBuilderClass()SourceConnectionDetailsourceConnection()A top levelProductViewDetailresponse containing details about the product’s connection.Statusstatus()The status of the product.StringstatusAsString()The status of the product.ProductViewDetail.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
productViewSummary
public final ProductViewSummary productViewSummary()
Summary information about the product view.
- Returns:
- Summary information about the product view.
-
status
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,
statuswill returnStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- 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.
-
- See Also:
Status
-
-
statusAsString
public 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,
statuswill returnStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- 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.
-
- See Also:
Status
-
-
productARN
public final String productARN()
The ARN of the product.
- Returns:
- The ARN of the product.
-
createdTime
public final Instant createdTime()
The UTC time stamp of the creation time.
- Returns:
- The UTC time stamp of the creation time.
-
sourceConnection
public final SourceConnectionDetail sourceConnection()
A top level
ProductViewDetailresponse containing details about the product’s connection. Service Catalog returns this field for theCreateProduct,UpdateProduct,DescribeProductAsAdmin, andSearchProductAsAdminAPIs. This response contains the same fields as theConnectionParametersrequest, with the addition of theLastSyncresponse.- Returns:
- A top level
ProductViewDetailresponse containing details about the product’s connection. Service Catalog returns this field for theCreateProduct,UpdateProduct,DescribeProductAsAdmin, andSearchProductAsAdminAPIs. This response contains the same fields as theConnectionParametersrequest, with the addition of theLastSyncresponse.
-
toBuilder
public ProductViewDetail.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ProductViewDetail.Builder,ProductViewDetail>
-
builder
public static ProductViewDetail.Builder builder()
-
serializableBuilderClass
public static Class<? extends ProductViewDetail.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-