@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ParticipatingResourceID extends Object implements Serializable, Cloneable, StructuredPojo
ID of a resource participating in an asynchronous Job.
| Constructor and Description |
|---|
ParticipatingResourceID() |
| Modifier and Type | Method and Description |
|---|---|
ParticipatingResourceID |
clone() |
boolean |
equals(Object obj) |
String |
getSourceNetworkID()
Source Network ID.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setSourceNetworkID(String sourceNetworkID)
Source Network ID.
|
String |
toString()
Returns a string representation of this object.
|
ParticipatingResourceID |
withSourceNetworkID(String sourceNetworkID)
Source Network ID.
|
public void setSourceNetworkID(String sourceNetworkID)
Source Network ID.
sourceNetworkID - Source Network ID.public String getSourceNetworkID()
Source Network ID.
public ParticipatingResourceID withSourceNetworkID(String sourceNetworkID)
Source Network ID.
sourceNetworkID - Source Network ID.public String toString()
toString in class ObjectObject.toString()public ParticipatingResourceID clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.