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() |
int |
hashCode() |
void |
setActionType(ActionType actionType) |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateCustomActionTypeResult |
withActionType(ActionType actionType) |
public void setActionType(ActionType actionType)
actionType
- public ActionType getActionType()
public CreateCustomActionTypeResult withActionType(ActionType actionType)
actionType
- public String toString()
toString
in class Object
Object.toString()
public CreateCustomActionTypeResult clone()
Copyright © 2018. All rights reserved.