@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ActionSource extends Object implements Serializable, Cloneable, StructuredPojo
A structure describing the source of an action.
| Constructor and Description |
|---|
ActionSource () |
| Modifier and Type | Method and Description |
|---|---|
ActionSource |
clone () |
boolean |
equals (Object obj) |
String |
getSourceId ()
The ID of the source.
|
String |
getSourceType ()
The type of the source.
|
String |
getSourceUri ()
The URI of the source.
|
int |
hashCode () |
void |
marshall (ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setSourceId (String sourceId)
The ID of the source.
|
void |
setSourceType (String sourceType)
The type of the source.
|
void |
setSourceUri (String sourceUri)
The URI of the source.
|
String |
toString ()
Returns a string representation of this object.
|
ActionSource |
withSourceId (String sourceId)
The ID of the source.
|
ActionSource |
withSourceType (String sourceType)
The type of the source.
|
ActionSource |
withSourceUri (String sourceUri)
The URI of the source.
|
public ActionSource()
public void setSourceUri(String sourceUri)
The URI of the source.
sourceUri - The URI of the source.public String getSourceUri()
The URI of the source.
public ActionSource withSourceUri(String sourceUri)
The URI of the source.
sourceUri - The URI of the source.public void setSourceType(String sourceType)
The type of the source.
sourceType - The type of the source.public String getSourceType()
The type of the source.
public ActionSource withSourceType(String sourceType)
The type of the source.
sourceType - The type of the source.public void setSourceId(String sourceId)
The ID of the source.
sourceId - The ID of the source.public String getSourceId()
The ID of the source.
public ActionSource withSourceId(String sourceId)
The ID of the source.
sourceId - The ID of the source.public String toString()
toString in class Object Object.toString() public ActionSource clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo ProtocolMarshaller.marshall in interface StructuredPojo protocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.