@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ParticipatingResource extends Object implements Serializable, Cloneable, StructuredPojo
Represents a resource participating in an asynchronous Job.
| Constructor and Description |
|---|
ParticipatingResource() |
| Modifier and Type | Method and Description |
|---|---|
ParticipatingResource |
clone() |
boolean |
equals(Object obj) |
String |
getLaunchStatus()
The launch status of a participating resource.
|
ParticipatingResourceID |
getParticipatingResourceID()
The ID of a participating resource.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setLaunchStatus(String launchStatus)
The launch status of a participating resource.
|
void |
setParticipatingResourceID(ParticipatingResourceID participatingResourceID)
The ID of a participating resource.
|
String |
toString()
Returns a string representation of this object.
|
ParticipatingResource |
withLaunchStatus(LaunchStatus launchStatus)
The launch status of a participating resource.
|
ParticipatingResource |
withLaunchStatus(String launchStatus)
The launch status of a participating resource.
|
ParticipatingResource |
withParticipatingResourceID(ParticipatingResourceID participatingResourceID)
The ID of a participating resource.
|
public void setLaunchStatus(String launchStatus)
The launch status of a participating resource.
launchStatus - The launch status of a participating resource.LaunchStatuspublic String getLaunchStatus()
The launch status of a participating resource.
LaunchStatuspublic ParticipatingResource withLaunchStatus(String launchStatus)
The launch status of a participating resource.
launchStatus - The launch status of a participating resource.LaunchStatuspublic ParticipatingResource withLaunchStatus(LaunchStatus launchStatus)
The launch status of a participating resource.
launchStatus - The launch status of a participating resource.LaunchStatuspublic void setParticipatingResourceID(ParticipatingResourceID participatingResourceID)
The ID of a participating resource.
participatingResourceID - The ID of a participating resource.public ParticipatingResourceID getParticipatingResourceID()
The ID of a participating resource.
public ParticipatingResource withParticipatingResourceID(ParticipatingResourceID participatingResourceID)
The ID of a participating resource.
participatingResourceID - The ID of a participating resource.public String toString()
toString in class ObjectObject.toString()public ParticipatingResource clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.