public class UpdateMitigationActionResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
UpdateMitigationActionResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getActionArn()
The ARN for the new mitigation action.
|
java.lang.String |
getActionId()
A unique identifier for the mitigation action.
|
int |
hashCode() |
void |
setActionArn(java.lang.String actionArn)
The ARN for the new mitigation action.
|
void |
setActionId(java.lang.String actionId)
A unique identifier for the mitigation action.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateMitigationActionResult |
withActionArn(java.lang.String actionArn)
The ARN for the new mitigation action.
|
UpdateMitigationActionResult |
withActionId(java.lang.String actionId)
A unique identifier for the mitigation action.
|
public java.lang.String getActionArn()
The ARN for the new mitigation action.
The ARN for the new mitigation action.
public void setActionArn(java.lang.String actionArn)
The ARN for the new mitigation action.
actionArn - The ARN for the new mitigation action.
public UpdateMitigationActionResult withActionArn(java.lang.String actionArn)
The ARN for the new mitigation action.
Returns a reference to this object so that method calls can be chained together.
actionArn - The ARN for the new mitigation action.
public java.lang.String getActionId()
A unique identifier for the mitigation action.
A unique identifier for the mitigation action.
public void setActionId(java.lang.String actionId)
A unique identifier for the mitigation action.
actionId - A unique identifier for the mitigation action.
public UpdateMitigationActionResult withActionId(java.lang.String actionId)
A unique identifier for the mitigation action.
Returns a reference to this object so that method calls can be chained together.
actionId - A unique identifier for the mitigation action.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.