@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) |
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)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.