@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.LaunchStatus
public String getLaunchStatus()
The launch status of a participating resource.
LaunchStatus
public ParticipatingResource withLaunchStatus(String launchStatus)
The launch status of a participating resource.
launchStatus
- The launch status of a participating resource.LaunchStatus
public ParticipatingResource withLaunchStatus(LaunchStatus launchStatus)
The launch status of a participating resource.
launchStatus
- The launch status of a participating resource.LaunchStatus
public 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 Object
Object.toString()
public ParticipatingResource clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.