@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) |
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.LaunchStatuspublic String getLaunchStatus()
Participating server launch status.
LaunchStatuspublic ParticipatingServer withLaunchStatus(String launchStatus)
Participating server launch status.
launchStatus - Participating server launch status.LaunchStatuspublic ParticipatingServer withLaunchStatus(LaunchStatus launchStatus)
Participating server launch status.
launchStatus - Participating server launch status.LaunchStatuspublic 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 ObjectObject.toString()public ParticipatingServer clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.