@Generated(value="software.amazon.awssdk:codegen") public final class ConformancePackStatusDetail extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ConformancePackStatusDetail.Builder,ConformancePackStatusDetail>
Status details of a conformance pack.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ConformancePackStatusDetail.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ConformancePackStatusDetail.Builder |
builder() |
String |
conformancePackArn()
Amazon Resource Name (ARN) of comformance pack.
|
String |
conformancePackId()
ID of the conformance pack.
|
String |
conformancePackName()
Name of the conformance pack.
|
ConformancePackState |
conformancePackState()
Indicates deployment status of conformance pack.
|
String |
conformancePackStateAsString()
Indicates deployment status of conformance pack.
|
String |
conformancePackStatusReason()
The reason of conformance pack creation failure.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastUpdateCompletedTime()
Last time when conformation pack creation and update was successful.
|
Instant |
lastUpdateRequestedTime()
Last time when conformation pack creation and update was requested.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ConformancePackStatusDetail.Builder> |
serializableBuilderClass() |
String |
stackArn()
Amazon Resource Name (ARN) of CloudFormation stack.
|
ConformancePackStatusDetail.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String conformancePackName()
Name of the conformance pack.
public final String conformancePackId()
ID of the conformance pack.
public final String conformancePackArn()
Amazon Resource Name (ARN) of comformance pack.
public final ConformancePackState conformancePackState()
Indicates deployment status of conformance pack.
Config sets the state of the conformance pack to:
CREATE_IN_PROGRESS when a conformance pack creation is in progress for an account.
CREATE_COMPLETE when a conformance pack has been successfully created in your account.
CREATE_FAILED when a conformance pack creation failed in your account.
DELETE_IN_PROGRESS when a conformance pack deletion is in progress.
DELETE_FAILED when a conformance pack deletion failed in your account.
If the service returns an enum value that is not available in the current SDK version,
conformancePackState will return ConformancePackState.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from conformancePackStateAsString().
Config sets the state of the conformance pack to:
CREATE_IN_PROGRESS when a conformance pack creation is in progress for an account.
CREATE_COMPLETE when a conformance pack has been successfully created in your account.
CREATE_FAILED when a conformance pack creation failed in your account.
DELETE_IN_PROGRESS when a conformance pack deletion is in progress.
DELETE_FAILED when a conformance pack deletion failed in your account.
ConformancePackStatepublic final String conformancePackStateAsString()
Indicates deployment status of conformance pack.
Config sets the state of the conformance pack to:
CREATE_IN_PROGRESS when a conformance pack creation is in progress for an account.
CREATE_COMPLETE when a conformance pack has been successfully created in your account.
CREATE_FAILED when a conformance pack creation failed in your account.
DELETE_IN_PROGRESS when a conformance pack deletion is in progress.
DELETE_FAILED when a conformance pack deletion failed in your account.
If the service returns an enum value that is not available in the current SDK version,
conformancePackState will return ConformancePackState.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from conformancePackStateAsString().
Config sets the state of the conformance pack to:
CREATE_IN_PROGRESS when a conformance pack creation is in progress for an account.
CREATE_COMPLETE when a conformance pack has been successfully created in your account.
CREATE_FAILED when a conformance pack creation failed in your account.
DELETE_IN_PROGRESS when a conformance pack deletion is in progress.
DELETE_FAILED when a conformance pack deletion failed in your account.
ConformancePackStatepublic final String stackArn()
Amazon Resource Name (ARN) of CloudFormation stack.
public final String conformancePackStatusReason()
The reason of conformance pack creation failure.
public final Instant lastUpdateRequestedTime()
Last time when conformation pack creation and update was requested.
public final Instant lastUpdateCompletedTime()
Last time when conformation pack creation and update was successful.
public ConformancePackStatusDetail.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ConformancePackStatusDetail.Builder,ConformancePackStatusDetail>public static ConformancePackStatusDetail.Builder builder()
public static Class<? extends ConformancePackStatusDetail.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.