@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateMitigationActionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| UpdateMitigationActionResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| UpdateMitigationActionResult | clone() | 
| boolean | equals(Object obj) | 
| String | getActionArn()
 The ARN for the new mitigation action. | 
| String | getActionId()
 A unique identifier for the mitigation action. | 
| int | hashCode() | 
| void | setActionArn(String actionArn)
 The ARN for the new mitigation action. | 
| void | setActionId(String actionId)
 A unique identifier for the mitigation action. | 
| String | toString()Returns a string representation of this object. | 
| UpdateMitigationActionResult | withActionArn(String actionArn)
 The ARN for the new mitigation action. | 
| UpdateMitigationActionResult | withActionId(String actionId)
 A unique identifier for the mitigation action. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setActionArn(String actionArn)
The ARN for the new mitigation action.
actionArn - The ARN for the new mitigation action.public String getActionArn()
The ARN for the new mitigation action.
public UpdateMitigationActionResult withActionArn(String actionArn)
The ARN for the new mitigation action.
actionArn - The ARN for the new mitigation action.public void setActionId(String actionId)
A unique identifier for the mitigation action.
actionId - A unique identifier for the mitigation action.public String getActionId()
A unique identifier for the mitigation action.
public UpdateMitigationActionResult withActionId(String actionId)
A unique identifier for the mitigation action.
actionId - A unique identifier for the mitigation action.public String toString()
toString in class ObjectObject.toString()public UpdateMitigationActionResult clone()
Copyright © 2021. All rights reserved.