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