@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeMitigationActionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeMitigationActionResult() |
Modifier and Type | Method and Description |
---|---|
DescribeMitigationActionResult |
clone() |
boolean |
equals(Object obj) |
String |
getActionArn()
The ARN that identifies this migration action.
|
String |
getActionId()
A unique identifier for this action.
|
String |
getActionName()
The friendly name that uniquely identifies the mitigation action.
|
MitigationActionParams |
getActionParams()
Parameters that control how the mitigation action is applied, specific to the type of mitigation action.
|
String |
getActionType()
The type of mitigation action.
|
Date |
getCreationDate()
The date and time when the mitigation action was added to your Amazon Web Services accounts.
|
Date |
getLastModifiedDate()
The date and time when the mitigation action was last changed.
|
String |
getRoleArn()
The ARN of the IAM role used to apply this action.
|
int |
hashCode() |
void |
setActionArn(String actionArn)
The ARN that identifies this migration action.
|
void |
setActionId(String actionId)
A unique identifier for this action.
|
void |
setActionName(String actionName)
The friendly name that uniquely identifies the mitigation action.
|
void |
setActionParams(MitigationActionParams actionParams)
Parameters that control how the mitigation action is applied, specific to the type of mitigation action.
|
void |
setActionType(String actionType)
The type of mitigation action.
|
void |
setCreationDate(Date creationDate)
The date and time when the mitigation action was added to your Amazon Web Services accounts.
|
void |
setLastModifiedDate(Date lastModifiedDate)
The date and time when the mitigation action was last changed.
|
void |
setRoleArn(String roleArn)
The ARN of the IAM role used to apply this action.
|
String |
toString()
Returns a string representation of this object.
|
DescribeMitigationActionResult |
withActionArn(String actionArn)
The ARN that identifies this migration action.
|
DescribeMitigationActionResult |
withActionId(String actionId)
A unique identifier for this action.
|
DescribeMitigationActionResult |
withActionName(String actionName)
The friendly name that uniquely identifies the mitigation action.
|
DescribeMitigationActionResult |
withActionParams(MitigationActionParams actionParams)
Parameters that control how the mitigation action is applied, specific to the type of mitigation action.
|
DescribeMitigationActionResult |
withActionType(MitigationActionType actionType)
The type of mitigation action.
|
DescribeMitigationActionResult |
withActionType(String actionType)
The type of mitigation action.
|
DescribeMitigationActionResult |
withCreationDate(Date creationDate)
The date and time when the mitigation action was added to your Amazon Web Services accounts.
|
DescribeMitigationActionResult |
withLastModifiedDate(Date lastModifiedDate)
The date and time when the mitigation action was last changed.
|
DescribeMitigationActionResult |
withRoleArn(String roleArn)
The ARN of the IAM role used to apply this action.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setActionName(String actionName)
The friendly name that uniquely identifies the mitigation action.
actionName
- The friendly name that uniquely identifies the mitigation action.public String getActionName()
The friendly name that uniquely identifies the mitigation action.
public DescribeMitigationActionResult withActionName(String actionName)
The friendly name that uniquely identifies the mitigation action.
actionName
- The friendly name that uniquely identifies the mitigation action.public void setActionType(String actionType)
The type of mitigation action.
actionType
- The type of mitigation action.MitigationActionType
public String getActionType()
The type of mitigation action.
MitigationActionType
public DescribeMitigationActionResult withActionType(String actionType)
The type of mitigation action.
actionType
- The type of mitigation action.MitigationActionType
public DescribeMitigationActionResult withActionType(MitigationActionType actionType)
The type of mitigation action.
actionType
- The type of mitigation action.MitigationActionType
public void setActionArn(String actionArn)
The ARN that identifies this migration action.
actionArn
- The ARN that identifies this migration action.public String getActionArn()
The ARN that identifies this migration action.
public DescribeMitigationActionResult withActionArn(String actionArn)
The ARN that identifies this migration action.
actionArn
- The ARN that identifies this migration action.public void setActionId(String actionId)
A unique identifier for this action.
actionId
- A unique identifier for this action.public String getActionId()
A unique identifier for this action.
public DescribeMitigationActionResult withActionId(String actionId)
A unique identifier for this action.
actionId
- A unique identifier for this action.public void setRoleArn(String roleArn)
The ARN of the IAM role used to apply this action.
roleArn
- The ARN of the IAM role used to apply this action.public String getRoleArn()
The ARN of the IAM role used to apply this action.
public DescribeMitigationActionResult withRoleArn(String roleArn)
The ARN of the IAM role used to apply this action.
roleArn
- The ARN of the IAM role used to apply this action.public void setActionParams(MitigationActionParams actionParams)
Parameters that control how the mitigation action is applied, specific to the type of mitigation action.
actionParams
- Parameters that control how the mitigation action is applied, specific to the type of mitigation action.public MitigationActionParams getActionParams()
Parameters that control how the mitigation action is applied, specific to the type of mitigation action.
public DescribeMitigationActionResult withActionParams(MitigationActionParams actionParams)
Parameters that control how the mitigation action is applied, specific to the type of mitigation action.
actionParams
- Parameters that control how the mitigation action is applied, specific to the type of mitigation action.public void setCreationDate(Date creationDate)
The date and time when the mitigation action was added to your Amazon Web Services accounts.
creationDate
- The date and time when the mitigation action was added to your Amazon Web Services accounts.public Date getCreationDate()
The date and time when the mitigation action was added to your Amazon Web Services accounts.
public DescribeMitigationActionResult withCreationDate(Date creationDate)
The date and time when the mitigation action was added to your Amazon Web Services accounts.
creationDate
- The date and time when the mitigation action was added to your Amazon Web Services accounts.public void setLastModifiedDate(Date lastModifiedDate)
The date and time when the mitigation action was last changed.
lastModifiedDate
- The date and time when the mitigation action was last changed.public Date getLastModifiedDate()
The date and time when the mitigation action was last changed.
public DescribeMitigationActionResult withLastModifiedDate(Date lastModifiedDate)
The date and time when the mitigation action was last changed.
lastModifiedDate
- The date and time when the mitigation action was last changed.public String toString()
toString
in class Object
Object.toString()
public DescribeMitigationActionResult clone()