@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ActionTarget extends Object implements Serializable, Cloneable, StructuredPojo
Describes a target for an action.
| Constructor and Description |
|---|
ActionTarget() |
| Modifier and Type | Method and Description |
|---|---|
ActionTarget |
clone() |
boolean |
equals(Object obj) |
String |
getResourceType()
The resource type of the target.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setResourceType(String resourceType)
The resource type of the target.
|
String |
toString()
Returns a string representation of this object.
|
ActionTarget |
withResourceType(String resourceType)
The resource type of the target.
|
public void setResourceType(String resourceType)
The resource type of the target.
resourceType - The resource type of the target.public String getResourceType()
The resource type of the target.
public ActionTarget withResourceType(String resourceType)
The resource type of the target.
resourceType - The resource type of the target.public String toString()
toString in class ObjectObject.toString()public ActionTarget clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.