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