@Generated(value="software.amazon.awssdk:codegen") public final class ProvisionedProductDetail extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ProvisionedProductDetail.Builder,ProvisionedProductDetail>
Information about a provisioned product.
Modifier and Type | Class and Description |
---|---|
static interface |
ProvisionedProductDetail.Builder |
Modifier and Type | Method and Description |
---|---|
String |
arn()
The ARN of the provisioned product.
|
static ProvisionedProductDetail.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 |
id()
The identifier of the provisioned product.
|
String |
idempotencyToken()
A unique identifier that you provide to ensure idempotency.
|
String |
lastRecordId()
The record identifier of the last request performed on this provisioned product.
|
String |
name()
The user-friendly name of the provisioned product.
|
String |
productId()
The product identifier.
|
String |
provisioningArtifactId()
The identifier of the provisioning artifact.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ProvisionedProductDetail.Builder> |
serializableBuilderClass() |
ProvisionedProductStatus |
status()
The current status of the provisioned product.
|
String |
statusAsString()
The current status of the provisioned product.
|
String |
statusMessage()
The current status message of the provisioned product.
|
ProvisionedProductDetail.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
String |
type()
The type of provisioned product.
|
copy
public String name()
The user-friendly name of the provisioned product.
public String arn()
The ARN of the provisioned product.
public String type()
The type of provisioned product. The supported values are CFN_STACK
and CFN_STACKSET
.
CFN_STACK
and
CFN_STACKSET
.public String id()
The identifier of the provisioned product.
public ProvisionedProductStatus status()
The current status of the provisioned product.
AVAILABLE
- Stable state, ready to perform any operation. The most recent operation succeeded and
completed.
UNDER_CHANGE
- Transitive state, operations performed might not have valid results. Wait for an
AVAILABLE
status before performing operations.
TAINTED
- Stable state, ready to perform any operation. The stack has completed the requested
operation but is not exactly what was requested. For example, a request to update to a new version failed and the
stack rolled back to the current version.
ERROR
- An unexpected error occurred, the provisioned product exists but the stack is not running.
For example, CloudFormation received a parameter value that was not valid and could not launch the stack.
If the service returns an enum value that is not available in the current SDK version, status
will
return ProvisionedProductStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from statusAsString()
.
AVAILABLE
- Stable state, ready to perform any operation. The most recent operation
succeeded and completed.
UNDER_CHANGE
- Transitive state, operations performed might not have valid results. Wait for
an AVAILABLE
status before performing operations.
TAINTED
- Stable state, ready to perform any operation. The stack has completed the
requested operation but is not exactly what was requested. For example, a request to update to a new
version failed and the stack rolled back to the current version.
ERROR
- An unexpected error occurred, the provisioned product exists but the stack is not
running. For example, CloudFormation received a parameter value that was not valid and could not launch
the stack.
ProvisionedProductStatus
public String statusAsString()
The current status of the provisioned product.
AVAILABLE
- Stable state, ready to perform any operation. The most recent operation succeeded and
completed.
UNDER_CHANGE
- Transitive state, operations performed might not have valid results. Wait for an
AVAILABLE
status before performing operations.
TAINTED
- Stable state, ready to perform any operation. The stack has completed the requested
operation but is not exactly what was requested. For example, a request to update to a new version failed and the
stack rolled back to the current version.
ERROR
- An unexpected error occurred, the provisioned product exists but the stack is not running.
For example, CloudFormation received a parameter value that was not valid and could not launch the stack.
If the service returns an enum value that is not available in the current SDK version, status
will
return ProvisionedProductStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from statusAsString()
.
AVAILABLE
- Stable state, ready to perform any operation. The most recent operation
succeeded and completed.
UNDER_CHANGE
- Transitive state, operations performed might not have valid results. Wait for
an AVAILABLE
status before performing operations.
TAINTED
- Stable state, ready to perform any operation. The stack has completed the
requested operation but is not exactly what was requested. For example, a request to update to a new
version failed and the stack rolled back to the current version.
ERROR
- An unexpected error occurred, the provisioned product exists but the stack is not
running. For example, CloudFormation received a parameter value that was not valid and could not launch
the stack.
ProvisionedProductStatus
public String statusMessage()
The current status message of the provisioned product.
public Instant createdTime()
The UTC time stamp of the creation time.
public String idempotencyToken()
A unique identifier that you provide to ensure idempotency. If multiple requests differ only by the idempotency token, the same response is returned for each repeated request.
public String lastRecordId()
The record identifier of the last request performed on this provisioned product.
public String productId()
The product identifier. For example, prod-abcdzk7xy33qa
.
prod-abcdzk7xy33qa
.public String provisioningArtifactId()
The identifier of the provisioning artifact. For example, pa-4abcdjnxjj6ne
.
pa-4abcdjnxjj6ne
.public ProvisionedProductDetail.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ProvisionedProductDetail.Builder,ProvisionedProductDetail>
public static ProvisionedProductDetail.Builder builder()
public static Class<? extends ProvisionedProductDetail.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.