@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OrganizationConformancePackDetailedStatus extends Object implements Serializable, Cloneable, StructuredPojo
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.
Constructor and Description |
---|
OrganizationConformancePackDetailedStatus() |
Modifier and Type | Method and Description |
---|---|
OrganizationConformancePackDetailedStatus |
clone() |
boolean |
equals(Object obj) |
String |
getAccountId()
The 12-digit account ID of a member account.
|
String |
getConformancePackName()
The name of conformance pack deployed in the member account.
|
String |
getErrorCode()
An error code that is returned when conformance pack creation or deletion failed in the member account.
|
String |
getErrorMessage()
An error message indicating that conformance pack account creation or deletion has failed due to an error in the
member account.
|
Date |
getLastUpdateTime()
The timestamp of the last status update.
|
String |
getStatus()
Indicates deployment status for conformance pack in a member account.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAccountId(String accountId)
The 12-digit account ID of a member account.
|
void |
setConformancePackName(String conformancePackName)
The name of conformance pack deployed in the member account.
|
void |
setErrorCode(String errorCode)
An error code that is returned when conformance pack creation or deletion failed in the member account.
|
void |
setErrorMessage(String errorMessage)
An error message indicating that conformance pack account creation or deletion has failed due to an error in the
member account.
|
void |
setLastUpdateTime(Date lastUpdateTime)
The timestamp of the last status update.
|
void |
setStatus(String status)
Indicates deployment status for conformance pack in a member account.
|
String |
toString()
Returns a string representation of this object.
|
OrganizationConformancePackDetailedStatus |
withAccountId(String accountId)
The 12-digit account ID of a member account.
|
OrganizationConformancePackDetailedStatus |
withConformancePackName(String conformancePackName)
The name of conformance pack deployed in the member account.
|
OrganizationConformancePackDetailedStatus |
withErrorCode(String errorCode)
An error code that is returned when conformance pack creation or deletion failed in the member account.
|
OrganizationConformancePackDetailedStatus |
withErrorMessage(String errorMessage)
An error message indicating that conformance pack account creation or deletion has failed due to an error in the
member account.
|
OrganizationConformancePackDetailedStatus |
withLastUpdateTime(Date lastUpdateTime)
The timestamp of the last status update.
|
OrganizationConformancePackDetailedStatus |
withStatus(OrganizationResourceDetailedStatus status)
Indicates deployment status for conformance pack in a member account.
|
OrganizationConformancePackDetailedStatus |
withStatus(String status)
Indicates deployment status for conformance pack in a member account.
|
public OrganizationConformancePackDetailedStatus()
public void setAccountId(String accountId)
The 12-digit account ID of a member account.
accountId
- The 12-digit account ID of a member account.public String getAccountId()
The 12-digit account ID of a member account.
public OrganizationConformancePackDetailedStatus withAccountId(String accountId)
The 12-digit account ID of a member account.
accountId
- The 12-digit account ID of a member account.public void setConformancePackName(String conformancePackName)
The name of conformance pack deployed in the member account.
conformancePackName
- The name of conformance pack deployed in the member account.public String getConformancePackName()
The name of conformance pack deployed in the member account.
public OrganizationConformancePackDetailedStatus withConformancePackName(String conformancePackName)
The name of conformance pack deployed in the member account.
conformancePackName
- The name of conformance pack deployed in the member account.public void setStatus(String status)
Indicates deployment status for conformance pack in a member account. When management account calls
PutOrganizationConformancePack
action for the first time, conformance pack status is created in the
member account. When management account calls PutOrganizationConformancePack
action for the second
time, conformance pack status is updated in the member account. Conformance pack status is deleted when the
management account deletes OrganizationConformancePack
and disables service access for
config-multiaccountsetup.amazonaws.com
.
Config sets the state of the conformance pack to:
CREATE_SUCCESSFUL
when conformance pack has been created in the member account.
CREATE_IN_PROGRESS
when conformance pack is being created in the member account.
CREATE_FAILED
when conformance pack creation has failed in the member account.
DELETE_FAILED
when conformance pack deletion has failed in the member account.
DELETE_IN_PROGRESS
when conformance pack is being deleted in the member account.
DELETE_SUCCESSFUL
when conformance pack has been deleted in the member account.
UPDATE_SUCCESSFUL
when conformance pack has been updated in the member account.
UPDATE_IN_PROGRESS
when conformance pack is being updated in the member account.
UPDATE_FAILED
when conformance pack deletion has failed in the member account.
status
- Indicates deployment status for conformance pack in a member account. When management account calls
PutOrganizationConformancePack
action for the first time, conformance pack status is created
in the member account. When management account calls PutOrganizationConformancePack
action
for the second time, conformance pack status is updated in the member account. Conformance pack status is
deleted when the management account deletes OrganizationConformancePack
and disables service
access for config-multiaccountsetup.amazonaws.com
.
Config sets the state of the conformance pack to:
CREATE_SUCCESSFUL
when conformance pack has been created in the member account.
CREATE_IN_PROGRESS
when conformance pack is being created in the member account.
CREATE_FAILED
when conformance pack creation has failed in the member account.
DELETE_FAILED
when conformance pack deletion has failed in the member account.
DELETE_IN_PROGRESS
when conformance pack is being deleted in the member account.
DELETE_SUCCESSFUL
when conformance pack has been deleted in the member account.
UPDATE_SUCCESSFUL
when conformance pack has been updated in the member account.
UPDATE_IN_PROGRESS
when conformance pack is being updated in the member account.
UPDATE_FAILED
when conformance pack deletion has failed in the member account.
OrganizationResourceDetailedStatus
public String getStatus()
Indicates deployment status for conformance pack in a member account. When management account calls
PutOrganizationConformancePack
action for the first time, conformance pack status is created in the
member account. When management account calls PutOrganizationConformancePack
action for the second
time, conformance pack status is updated in the member account. Conformance pack status is deleted when the
management account deletes OrganizationConformancePack
and disables service access for
config-multiaccountsetup.amazonaws.com
.
Config sets the state of the conformance pack to:
CREATE_SUCCESSFUL
when conformance pack has been created in the member account.
CREATE_IN_PROGRESS
when conformance pack is being created in the member account.
CREATE_FAILED
when conformance pack creation has failed in the member account.
DELETE_FAILED
when conformance pack deletion has failed in the member account.
DELETE_IN_PROGRESS
when conformance pack is being deleted in the member account.
DELETE_SUCCESSFUL
when conformance pack has been deleted in the member account.
UPDATE_SUCCESSFUL
when conformance pack has been updated in the member account.
UPDATE_IN_PROGRESS
when conformance pack is being updated in the member account.
UPDATE_FAILED
when conformance pack deletion has failed in the member account.
PutOrganizationConformancePack
action for the first time, conformance pack status is created
in the member account. When management account calls PutOrganizationConformancePack
action
for the second time, conformance pack status is updated in the member account. Conformance pack status is
deleted when the management account deletes OrganizationConformancePack
and disables service
access for config-multiaccountsetup.amazonaws.com
.
Config sets the state of the conformance pack to:
CREATE_SUCCESSFUL
when conformance pack has been created in the member account.
CREATE_IN_PROGRESS
when conformance pack is being created in the member account.
CREATE_FAILED
when conformance pack creation has failed in the member account.
DELETE_FAILED
when conformance pack deletion has failed in the member account.
DELETE_IN_PROGRESS
when conformance pack is being deleted in the member account.
DELETE_SUCCESSFUL
when conformance pack has been deleted in the member account.
UPDATE_SUCCESSFUL
when conformance pack has been updated in the member account.
UPDATE_IN_PROGRESS
when conformance pack is being updated in the member account.
UPDATE_FAILED
when conformance pack deletion has failed in the member account.
OrganizationResourceDetailedStatus
public OrganizationConformancePackDetailedStatus withStatus(String status)
Indicates deployment status for conformance pack in a member account. When management account calls
PutOrganizationConformancePack
action for the first time, conformance pack status is created in the
member account. When management account calls PutOrganizationConformancePack
action for the second
time, conformance pack status is updated in the member account. Conformance pack status is deleted when the
management account deletes OrganizationConformancePack
and disables service access for
config-multiaccountsetup.amazonaws.com
.
Config sets the state of the conformance pack to:
CREATE_SUCCESSFUL
when conformance pack has been created in the member account.
CREATE_IN_PROGRESS
when conformance pack is being created in the member account.
CREATE_FAILED
when conformance pack creation has failed in the member account.
DELETE_FAILED
when conformance pack deletion has failed in the member account.
DELETE_IN_PROGRESS
when conformance pack is being deleted in the member account.
DELETE_SUCCESSFUL
when conformance pack has been deleted in the member account.
UPDATE_SUCCESSFUL
when conformance pack has been updated in the member account.
UPDATE_IN_PROGRESS
when conformance pack is being updated in the member account.
UPDATE_FAILED
when conformance pack deletion has failed in the member account.
status
- Indicates deployment status for conformance pack in a member account. When management account calls
PutOrganizationConformancePack
action for the first time, conformance pack status is created
in the member account. When management account calls PutOrganizationConformancePack
action
for the second time, conformance pack status is updated in the member account. Conformance pack status is
deleted when the management account deletes OrganizationConformancePack
and disables service
access for config-multiaccountsetup.amazonaws.com
.
Config sets the state of the conformance pack to:
CREATE_SUCCESSFUL
when conformance pack has been created in the member account.
CREATE_IN_PROGRESS
when conformance pack is being created in the member account.
CREATE_FAILED
when conformance pack creation has failed in the member account.
DELETE_FAILED
when conformance pack deletion has failed in the member account.
DELETE_IN_PROGRESS
when conformance pack is being deleted in the member account.
DELETE_SUCCESSFUL
when conformance pack has been deleted in the member account.
UPDATE_SUCCESSFUL
when conformance pack has been updated in the member account.
UPDATE_IN_PROGRESS
when conformance pack is being updated in the member account.
UPDATE_FAILED
when conformance pack deletion has failed in the member account.
OrganizationResourceDetailedStatus
public OrganizationConformancePackDetailedStatus withStatus(OrganizationResourceDetailedStatus status)
Indicates deployment status for conformance pack in a member account. When management account calls
PutOrganizationConformancePack
action for the first time, conformance pack status is created in the
member account. When management account calls PutOrganizationConformancePack
action for the second
time, conformance pack status is updated in the member account. Conformance pack status is deleted when the
management account deletes OrganizationConformancePack
and disables service access for
config-multiaccountsetup.amazonaws.com
.
Config sets the state of the conformance pack to:
CREATE_SUCCESSFUL
when conformance pack has been created in the member account.
CREATE_IN_PROGRESS
when conformance pack is being created in the member account.
CREATE_FAILED
when conformance pack creation has failed in the member account.
DELETE_FAILED
when conformance pack deletion has failed in the member account.
DELETE_IN_PROGRESS
when conformance pack is being deleted in the member account.
DELETE_SUCCESSFUL
when conformance pack has been deleted in the member account.
UPDATE_SUCCESSFUL
when conformance pack has been updated in the member account.
UPDATE_IN_PROGRESS
when conformance pack is being updated in the member account.
UPDATE_FAILED
when conformance pack deletion has failed in the member account.
status
- Indicates deployment status for conformance pack in a member account. When management account calls
PutOrganizationConformancePack
action for the first time, conformance pack status is created
in the member account. When management account calls PutOrganizationConformancePack
action
for the second time, conformance pack status is updated in the member account. Conformance pack status is
deleted when the management account deletes OrganizationConformancePack
and disables service
access for config-multiaccountsetup.amazonaws.com
.
Config sets the state of the conformance pack to:
CREATE_SUCCESSFUL
when conformance pack has been created in the member account.
CREATE_IN_PROGRESS
when conformance pack is being created in the member account.
CREATE_FAILED
when conformance pack creation has failed in the member account.
DELETE_FAILED
when conformance pack deletion has failed in the member account.
DELETE_IN_PROGRESS
when conformance pack is being deleted in the member account.
DELETE_SUCCESSFUL
when conformance pack has been deleted in the member account.
UPDATE_SUCCESSFUL
when conformance pack has been updated in the member account.
UPDATE_IN_PROGRESS
when conformance pack is being updated in the member account.
UPDATE_FAILED
when conformance pack deletion has failed in the member account.
OrganizationResourceDetailedStatus
public void setErrorCode(String errorCode)
An error code that is returned when conformance pack creation or deletion failed in the member account.
errorCode
- An error code that is returned when conformance pack creation or deletion failed in the member account.public String getErrorCode()
An error code that is returned when conformance pack creation or deletion failed in the member account.
public OrganizationConformancePackDetailedStatus withErrorCode(String errorCode)
An error code that is returned when conformance pack creation or deletion failed in the member account.
errorCode
- An error code that is returned when conformance pack creation or deletion failed in the member account.public void setErrorMessage(String errorMessage)
An error message indicating that conformance pack account creation or deletion has failed due to an error in the member account.
errorMessage
- An error message indicating that conformance pack account creation or deletion has failed due to an error
in the member account.public String getErrorMessage()
An error message indicating that conformance pack account creation or deletion has failed due to an error in the member account.
public OrganizationConformancePackDetailedStatus withErrorMessage(String errorMessage)
An error message indicating that conformance pack account creation or deletion has failed due to an error in the member account.
errorMessage
- An error message indicating that conformance pack account creation or deletion has failed due to an error
in the member account.public void setLastUpdateTime(Date lastUpdateTime)
The timestamp of the last status update.
lastUpdateTime
- The timestamp of the last status update.public Date getLastUpdateTime()
The timestamp of the last status update.
public OrganizationConformancePackDetailedStatus withLastUpdateTime(Date lastUpdateTime)
The timestamp of the last status update.
lastUpdateTime
- The timestamp of the last status update.public String toString()
toString
in class Object
Object.toString()
public OrganizationConformancePackDetailedStatus clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.