@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Server extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
Server() |
public void setServerId(String serverId)
serverId
- public String getServerId()
public Server withServerId(String serverId)
serverId
- public void setServerType(String serverType)
serverType
- ServerType
public String getServerType()
ServerType
public Server withServerType(String serverType)
serverType
- ServerType
public void setServerType(ServerType serverType)
serverType
- ServerType
public Server withServerType(ServerType serverType)
serverType
- ServerType
public void setVmServer(VmServer vmServer)
vmServer
- public VmServer getVmServer()
public Server withVmServer(VmServer vmServer)
vmServer
- public void setReplicationJobId(String replicationJobId)
replicationJobId
- public String getReplicationJobId()
public Server withReplicationJobId(String replicationJobId)
replicationJobId
- public void setReplicationJobTerminated(Boolean replicationJobTerminated)
replicationJobTerminated
- public Boolean getReplicationJobTerminated()
public Server withReplicationJobTerminated(Boolean replicationJobTerminated)
replicationJobTerminated
- public Boolean isReplicationJobTerminated()
public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.