Class OrganizationConformancePackDetailedStatus
- java.lang.Object
-
- software.amazon.awssdk.services.config.model.OrganizationConformancePackDetailedStatus
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<OrganizationConformancePackDetailedStatus.Builder,OrganizationConformancePackDetailedStatus>
@Generated("software.amazon.awssdk:codegen") public final class OrganizationConformancePackDetailedStatus extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OrganizationConformancePackDetailedStatus.Builder,OrganizationConformancePackDetailedStatus>
Organization conformance pack creation or deletion status in each member account. This includes the name of the conformance pack, the status, error code and error message when the conformance pack creation or deletion failed.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceOrganizationConformancePackDetailedStatus.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringaccountId()The 12-digit account ID of a member account.static OrganizationConformancePackDetailedStatus.Builderbuilder()StringconformancePackName()The name of conformance pack deployed in the member account.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringerrorCode()An error code that is returned when conformance pack creation or deletion failed in the member account.StringerrorMessage()An error message indicating that conformance pack account creation or deletion has failed due to an error in the member account.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantlastUpdateTime()The timestamp of the last status update.List<SdkField<?>>sdkFields()static Class<? extends OrganizationConformancePackDetailedStatus.Builder>serializableBuilderClass()OrganizationResourceDetailedStatusstatus()Indicates deployment status for conformance pack in a member account.StringstatusAsString()Indicates deployment status for conformance pack in a member account.OrganizationConformancePackDetailedStatus.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
-
accountId
public final String accountId()
The 12-digit account ID of a member account.
- Returns:
- The 12-digit account ID of a member account.
-
conformancePackName
public final String conformancePackName()
The name of conformance pack deployed in the member account.
- Returns:
- The name of conformance pack deployed in the member account.
-
status
public final OrganizationResourceDetailedStatus status()
Indicates deployment status for conformance pack in a member account. When management account calls
PutOrganizationConformancePackaction for the first time, conformance pack status is created in the member account. When management account callsPutOrganizationConformancePackaction for the second time, conformance pack status is updated in the member account. Conformance pack status is deleted when the management account deletesOrganizationConformancePackand disables service access forconfig-multiaccountsetup.amazonaws.com.Config sets the state of the conformance pack to:
-
CREATE_SUCCESSFULwhen conformance pack has been created in the member account. -
CREATE_IN_PROGRESSwhen conformance pack is being created in the member account. -
CREATE_FAILEDwhen conformance pack creation has failed in the member account. -
DELETE_FAILEDwhen conformance pack deletion has failed in the member account. -
DELETE_IN_PROGRESSwhen conformance pack is being deleted in the member account. -
DELETE_SUCCESSFULwhen conformance pack has been deleted in the member account. -
UPDATE_SUCCESSFULwhen conformance pack has been updated in the member account. -
UPDATE_IN_PROGRESSwhen conformance pack is being updated in the member account. -
UPDATE_FAILEDwhen conformance pack deletion has failed in the member account.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnOrganizationResourceDetailedStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- Indicates deployment status for conformance pack in a member account. When management account calls
PutOrganizationConformancePackaction for the first time, conformance pack status is created in the member account. When management account callsPutOrganizationConformancePackaction for the second time, conformance pack status is updated in the member account. Conformance pack status is deleted when the management account deletesOrganizationConformancePackand disables service access forconfig-multiaccountsetup.amazonaws.com.Config sets the state of the conformance pack to:
-
CREATE_SUCCESSFULwhen conformance pack has been created in the member account. -
CREATE_IN_PROGRESSwhen conformance pack is being created in the member account. -
CREATE_FAILEDwhen conformance pack creation has failed in the member account. -
DELETE_FAILEDwhen conformance pack deletion has failed in the member account. -
DELETE_IN_PROGRESSwhen conformance pack is being deleted in the member account. -
DELETE_SUCCESSFULwhen conformance pack has been deleted in the member account. -
UPDATE_SUCCESSFULwhen conformance pack has been updated in the member account. -
UPDATE_IN_PROGRESSwhen conformance pack is being updated in the member account. -
UPDATE_FAILEDwhen conformance pack deletion has failed in the member account.
-
- See Also:
OrganizationResourceDetailedStatus
-
-
statusAsString
public final String statusAsString()
Indicates deployment status for conformance pack in a member account. When management account calls
PutOrganizationConformancePackaction for the first time, conformance pack status is created in the member account. When management account callsPutOrganizationConformancePackaction for the second time, conformance pack status is updated in the member account. Conformance pack status is deleted when the management account deletesOrganizationConformancePackand disables service access forconfig-multiaccountsetup.amazonaws.com.Config sets the state of the conformance pack to:
-
CREATE_SUCCESSFULwhen conformance pack has been created in the member account. -
CREATE_IN_PROGRESSwhen conformance pack is being created in the member account. -
CREATE_FAILEDwhen conformance pack creation has failed in the member account. -
DELETE_FAILEDwhen conformance pack deletion has failed in the member account. -
DELETE_IN_PROGRESSwhen conformance pack is being deleted in the member account. -
DELETE_SUCCESSFULwhen conformance pack has been deleted in the member account. -
UPDATE_SUCCESSFULwhen conformance pack has been updated in the member account. -
UPDATE_IN_PROGRESSwhen conformance pack is being updated in the member account. -
UPDATE_FAILEDwhen conformance pack deletion has failed in the member account.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnOrganizationResourceDetailedStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- Indicates deployment status for conformance pack in a member account. When management account calls
PutOrganizationConformancePackaction for the first time, conformance pack status is created in the member account. When management account callsPutOrganizationConformancePackaction for the second time, conformance pack status is updated in the member account. Conformance pack status is deleted when the management account deletesOrganizationConformancePackand disables service access forconfig-multiaccountsetup.amazonaws.com.Config sets the state of the conformance pack to:
-
CREATE_SUCCESSFULwhen conformance pack has been created in the member account. -
CREATE_IN_PROGRESSwhen conformance pack is being created in the member account. -
CREATE_FAILEDwhen conformance pack creation has failed in the member account. -
DELETE_FAILEDwhen conformance pack deletion has failed in the member account. -
DELETE_IN_PROGRESSwhen conformance pack is being deleted in the member account. -
DELETE_SUCCESSFULwhen conformance pack has been deleted in the member account. -
UPDATE_SUCCESSFULwhen conformance pack has been updated in the member account. -
UPDATE_IN_PROGRESSwhen conformance pack is being updated in the member account. -
UPDATE_FAILEDwhen conformance pack deletion has failed in the member account.
-
- See Also:
OrganizationResourceDetailedStatus
-
-
errorCode
public final String errorCode()
An error code that is returned when conformance pack creation or deletion failed in the member account.
- Returns:
- An error code that is returned when conformance pack creation or deletion failed in the member account.
-
errorMessage
public final String errorMessage()
An error message indicating that conformance pack account creation or deletion has failed due to an error in the member account.
- Returns:
- An error message indicating that conformance pack account creation or deletion has failed due to an error in the member account.
-
lastUpdateTime
public final Instant lastUpdateTime()
The timestamp of the last status update.
- Returns:
- The timestamp of the last status update.
-
toBuilder
public OrganizationConformancePackDetailedStatus.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<OrganizationConformancePackDetailedStatus.Builder,OrganizationConformancePackDetailedStatus>
-
builder
public static OrganizationConformancePackDetailedStatus.Builder builder()
-
serializableBuilderClass
public static Class<? extends OrganizationConformancePackDetailedStatus.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.
-
-