public class CreateCustomActionTypeResult extends Object implements Serializable, Cloneable
Represents the output of a create custom action operation.
| Constructor and Description |
|---|
CreateCustomActionTypeResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateCustomActionTypeResult |
clone() |
boolean |
equals(Object obj) |
ActionType |
getActionType()
Returns the value of the ActionType property for this object.
|
int |
hashCode() |
void |
setActionType(ActionType actionType)
Sets the value of the ActionType property for this object.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateCustomActionTypeResult |
withActionType(ActionType actionType)
Sets the value of the ActionType property for this object.
|
public void setActionType(ActionType actionType)
actionType - The new value for the ActionType property for this object.public ActionType getActionType()
public CreateCustomActionTypeResult withActionType(ActionType actionType)
actionType - The new value for the ActionType property for this object.public String toString()
toString in class ObjectObject.toString()public CreateCustomActionTypeResult clone()
Copyright © 2015. All rights reserved.