@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ParticipatingServer extends Object implements Serializable, Cloneable, StructuredPojo
Server participating in Job.
Constructor and Description |
---|
ParticipatingServer() |
Modifier and Type | Method and Description |
---|---|
ParticipatingServer |
clone() |
boolean |
equals(Object obj) |
String |
getLaunchStatus()
Participating server launch status.
|
String |
getSourceServerID()
Participating server Source Server ID.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setLaunchStatus(String launchStatus)
Participating server launch status.
|
void |
setSourceServerID(String sourceServerID)
Participating server Source Server ID.
|
String |
toString()
Returns a string representation of this object.
|
ParticipatingServer |
withLaunchStatus(LaunchStatus launchStatus)
Participating server launch status.
|
ParticipatingServer |
withLaunchStatus(String launchStatus)
Participating server launch status.
|
ParticipatingServer |
withSourceServerID(String sourceServerID)
Participating server Source Server ID.
|
public void setLaunchStatus(String launchStatus)
Participating server launch status.
launchStatus
- Participating server launch status.LaunchStatus
public String getLaunchStatus()
Participating server launch status.
LaunchStatus
public ParticipatingServer withLaunchStatus(String launchStatus)
Participating server launch status.
launchStatus
- Participating server launch status.LaunchStatus
public ParticipatingServer withLaunchStatus(LaunchStatus launchStatus)
Participating server launch status.
launchStatus
- Participating server launch status.LaunchStatus
public void setSourceServerID(String sourceServerID)
Participating server Source Server ID.
sourceServerID
- Participating server Source Server ID.public String getSourceServerID()
Participating server Source Server ID.
public ParticipatingServer withSourceServerID(String sourceServerID)
Participating server Source Server ID.
sourceServerID
- Participating server Source Server ID.public String toString()
toString
in class Object
Object.toString()
public ParticipatingServer clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.