public class CreateCustomActionTypeResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Represents the output of a create custom action operation.
Modifier and Type | Field and Description |
---|---|
private ActionType |
actionType |
Constructor and Description |
---|
CreateCustomActionTypeResult() |
Modifier and Type | Method and Description |
---|---|
CreateCustomActionTypeResult |
clone() |
boolean |
equals(java.lang.Object obj) |
ActionType |
getActionType() |
int |
hashCode() |
void |
setActionType(ActionType actionType) |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateCustomActionTypeResult |
withActionType(ActionType actionType) |
private ActionType actionType
public void setActionType(ActionType actionType)
actionType
- public ActionType getActionType()
public CreateCustomActionTypeResult withActionType(ActionType actionType)
actionType
- public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public CreateCustomActionTypeResult clone()
clone
in class java.lang.Object