@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ActionSummary extends Object implements Serializable, Cloneable, StructuredPojo
Information about an action.
Constructor and Description |
---|
ActionSummary() |
Modifier and Type | Method and Description |
---|---|
ActionSummary |
clone() |
boolean |
equals(Object obj) |
String |
getActionType()
The action type.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setActionType(String actionType)
The action type.
|
String |
toString()
Returns a string representation of this object.
|
ActionSummary |
withActionType(ActionType actionType)
The action type.
|
ActionSummary |
withActionType(String actionType)
The action type.
|
public void setActionType(String actionType)
The action type.
actionType
- The action type.ActionType
public String getActionType()
The action type.
ActionType
public ActionSummary withActionType(String actionType)
The action type.
actionType
- The action type.ActionType
public ActionSummary withActionType(ActionType actionType)
The action type.
actionType
- The action type.ActionType
public String toString()
toString
in class Object
Object.toString()
public ActionSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.