@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 |
getLaunchedEc2InstanceID()
Participating server's launched ec2 instance ID.
|
String |
getLaunchStatus()
Participating server launch status.
|
PostLaunchActionsStatus |
getPostLaunchActionsStatus()
Participating server's Post Launch Actions Status.
|
String |
getSourceServerID()
Participating server Source Server ID.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setLaunchedEc2InstanceID(String launchedEc2InstanceID)
Participating server's launched ec2 instance ID.
|
void |
setLaunchStatus(String launchStatus)
Participating server launch status.
|
void |
setPostLaunchActionsStatus(PostLaunchActionsStatus postLaunchActionsStatus)
Participating server's Post Launch Actions Status.
|
void |
setSourceServerID(String sourceServerID)
Participating server Source Server ID.
|
String |
toString()
Returns a string representation of this object.
|
ParticipatingServer |
withLaunchedEc2InstanceID(String launchedEc2InstanceID)
Participating server's launched ec2 instance ID.
|
ParticipatingServer |
withLaunchStatus(LaunchStatus launchStatus)
Participating server launch status.
|
ParticipatingServer |
withLaunchStatus(String launchStatus)
Participating server launch status.
|
ParticipatingServer |
withPostLaunchActionsStatus(PostLaunchActionsStatus postLaunchActionsStatus)
Participating server's Post Launch Actions 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 setLaunchedEc2InstanceID(String launchedEc2InstanceID)
Participating server's launched ec2 instance ID.
launchedEc2InstanceID
- Participating server's launched ec2 instance ID.public String getLaunchedEc2InstanceID()
Participating server's launched ec2 instance ID.
public ParticipatingServer withLaunchedEc2InstanceID(String launchedEc2InstanceID)
Participating server's launched ec2 instance ID.
launchedEc2InstanceID
- Participating server's launched ec2 instance ID.public void setPostLaunchActionsStatus(PostLaunchActionsStatus postLaunchActionsStatus)
Participating server's Post Launch Actions Status.
postLaunchActionsStatus
- Participating server's Post Launch Actions Status.public PostLaunchActionsStatus getPostLaunchActionsStatus()
Participating server's Post Launch Actions Status.
public ParticipatingServer withPostLaunchActionsStatus(PostLaunchActionsStatus postLaunchActionsStatus)
Participating server's Post Launch Actions Status.
postLaunchActionsStatus
- Participating server's Post Launch Actions Status.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.