Class OrganizationResourceDetailedStatusFilters
- java.lang.Object
-
- software.amazon.awssdk.services.config.model.OrganizationResourceDetailedStatusFilters
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<OrganizationResourceDetailedStatusFilters.Builder,OrganizationResourceDetailedStatusFilters>
@Generated("software.amazon.awssdk:codegen") public final class OrganizationResourceDetailedStatusFilters extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OrganizationResourceDetailedStatusFilters.Builder,OrganizationResourceDetailedStatusFilters>
Status filter object to filter results based on specific member account ID or status type for an organization conformance pack.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceOrganizationResourceDetailedStatusFilters.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringaccountId()The 12-digit account ID of the member account within an organization.static OrganizationResourceDetailedStatusFilters.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends OrganizationResourceDetailedStatusFilters.Builder>serializableBuilderClass()OrganizationResourceDetailedStatusstatus()Indicates deployment status for conformance pack in a member account.StringstatusAsString()Indicates deployment status for conformance pack in a member account.OrganizationResourceDetailedStatusFilters.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 the member account within an organization.
- Returns:
- The 12-digit account ID of the member account within an organization.
-
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
-
-
toBuilder
public OrganizationResourceDetailedStatusFilters.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<OrganizationResourceDetailedStatusFilters.Builder,OrganizationResourceDetailedStatusFilters>
-
builder
public static OrganizationResourceDetailedStatusFilters.Builder builder()
-
serializableBuilderClass
public static Class<? extends OrganizationResourceDetailedStatusFilters.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.
-
-