@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ConformancePackStatusDetail extends Object implements Serializable, Cloneable, StructuredPojo
Status details of a conformance pack.
Constructor and Description |
---|
ConformancePackStatusDetail() |
Modifier and Type | Method and Description |
---|---|
ConformancePackStatusDetail |
clone() |
boolean |
equals(Object obj) |
String |
getConformancePackArn()
Amazon Resource Name (ARN) of comformance pack.
|
String |
getConformancePackId()
ID of the conformance pack.
|
String |
getConformancePackName()
Name of the conformance pack.
|
String |
getConformancePackState()
Indicates deployment status of conformance pack.
|
String |
getConformancePackStatusReason()
The reason of conformance pack creation failure.
|
Date |
getLastUpdateCompletedTime()
Last time when conformation pack creation and update was successful.
|
Date |
getLastUpdateRequestedTime()
Last time when conformation pack creation and update was requested.
|
String |
getStackArn()
Amazon Resource Name (ARN) of CloudFormation stack.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setConformancePackArn(String conformancePackArn)
Amazon Resource Name (ARN) of comformance pack.
|
void |
setConformancePackId(String conformancePackId)
ID of the conformance pack.
|
void |
setConformancePackName(String conformancePackName)
Name of the conformance pack.
|
void |
setConformancePackState(String conformancePackState)
Indicates deployment status of conformance pack.
|
void |
setConformancePackStatusReason(String conformancePackStatusReason)
The reason of conformance pack creation failure.
|
void |
setLastUpdateCompletedTime(Date lastUpdateCompletedTime)
Last time when conformation pack creation and update was successful.
|
void |
setLastUpdateRequestedTime(Date lastUpdateRequestedTime)
Last time when conformation pack creation and update was requested.
|
void |
setStackArn(String stackArn)
Amazon Resource Name (ARN) of CloudFormation stack.
|
String |
toString()
Returns a string representation of this object.
|
ConformancePackStatusDetail |
withConformancePackArn(String conformancePackArn)
Amazon Resource Name (ARN) of comformance pack.
|
ConformancePackStatusDetail |
withConformancePackId(String conformancePackId)
ID of the conformance pack.
|
ConformancePackStatusDetail |
withConformancePackName(String conformancePackName)
Name of the conformance pack.
|
ConformancePackStatusDetail |
withConformancePackState(ConformancePackState conformancePackState)
Indicates deployment status of conformance pack.
|
ConformancePackStatusDetail |
withConformancePackState(String conformancePackState)
Indicates deployment status of conformance pack.
|
ConformancePackStatusDetail |
withConformancePackStatusReason(String conformancePackStatusReason)
The reason of conformance pack creation failure.
|
ConformancePackStatusDetail |
withLastUpdateCompletedTime(Date lastUpdateCompletedTime)
Last time when conformation pack creation and update was successful.
|
ConformancePackStatusDetail |
withLastUpdateRequestedTime(Date lastUpdateRequestedTime)
Last time when conformation pack creation and update was requested.
|
ConformancePackStatusDetail |
withStackArn(String stackArn)
Amazon Resource Name (ARN) of CloudFormation stack.
|
public void setConformancePackName(String conformancePackName)
Name of the conformance pack.
conformancePackName
- Name of the conformance pack.public String getConformancePackName()
Name of the conformance pack.
public ConformancePackStatusDetail withConformancePackName(String conformancePackName)
Name of the conformance pack.
conformancePackName
- Name of the conformance pack.public void setConformancePackId(String conformancePackId)
ID of the conformance pack.
conformancePackId
- ID of the conformance pack.public String getConformancePackId()
ID of the conformance pack.
public ConformancePackStatusDetail withConformancePackId(String conformancePackId)
ID of the conformance pack.
conformancePackId
- ID of the conformance pack.public void setConformancePackArn(String conformancePackArn)
Amazon Resource Name (ARN) of comformance pack.
conformancePackArn
- Amazon Resource Name (ARN) of comformance pack.public String getConformancePackArn()
Amazon Resource Name (ARN) of comformance pack.
public ConformancePackStatusDetail withConformancePackArn(String conformancePackArn)
Amazon Resource Name (ARN) of comformance pack.
conformancePackArn
- Amazon Resource Name (ARN) of comformance pack.public void setConformancePackState(String 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.
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.
ConformancePackState
public String getConformancePackState()
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.
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.
ConformancePackState
public ConformancePackStatusDetail withConformancePackState(String 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.
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.
ConformancePackState
public ConformancePackStatusDetail withConformancePackState(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.
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.
ConformancePackState
public void setStackArn(String stackArn)
Amazon Resource Name (ARN) of CloudFormation stack.
stackArn
- Amazon Resource Name (ARN) of CloudFormation stack.public String getStackArn()
Amazon Resource Name (ARN) of CloudFormation stack.
public ConformancePackStatusDetail withStackArn(String stackArn)
Amazon Resource Name (ARN) of CloudFormation stack.
stackArn
- Amazon Resource Name (ARN) of CloudFormation stack.public void setConformancePackStatusReason(String conformancePackStatusReason)
The reason of conformance pack creation failure.
conformancePackStatusReason
- The reason of conformance pack creation failure.public String getConformancePackStatusReason()
The reason of conformance pack creation failure.
public ConformancePackStatusDetail withConformancePackStatusReason(String conformancePackStatusReason)
The reason of conformance pack creation failure.
conformancePackStatusReason
- The reason of conformance pack creation failure.public void setLastUpdateRequestedTime(Date lastUpdateRequestedTime)
Last time when conformation pack creation and update was requested.
lastUpdateRequestedTime
- Last time when conformation pack creation and update was requested.public Date getLastUpdateRequestedTime()
Last time when conformation pack creation and update was requested.
public ConformancePackStatusDetail withLastUpdateRequestedTime(Date lastUpdateRequestedTime)
Last time when conformation pack creation and update was requested.
lastUpdateRequestedTime
- Last time when conformation pack creation and update was requested.public void setLastUpdateCompletedTime(Date lastUpdateCompletedTime)
Last time when conformation pack creation and update was successful.
lastUpdateCompletedTime
- Last time when conformation pack creation and update was successful.public Date getLastUpdateCompletedTime()
Last time when conformation pack creation and update was successful.
public ConformancePackStatusDetail withLastUpdateCompletedTime(Date lastUpdateCompletedTime)
Last time when conformation pack creation and update was successful.
lastUpdateCompletedTime
- Last time when conformation pack creation and update was successful.public String toString()
toString
in class Object
Object.toString()
public ConformancePackStatusDetail clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.