@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Server extends Object implements Serializable, Cloneable
Constructor and Description |
---|
Server() |
Modifier and Type | Method and Description |
---|---|
Server |
clone() |
boolean |
equals(Object obj) |
String |
getReplicationJobId() |
Boolean |
getReplicationJobTerminated() |
String |
getServerId() |
String |
getServerType() |
VmServer |
getVmServer() |
int |
hashCode() |
Boolean |
isReplicationJobTerminated() |
void |
setReplicationJobId(String replicationJobId) |
void |
setReplicationJobTerminated(Boolean replicationJobTerminated) |
void |
setServerId(String serverId) |
void |
setServerType(ServerType serverType) |
void |
setServerType(String serverType) |
void |
setVmServer(VmServer vmServer) |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
Server |
withReplicationJobId(String replicationJobId) |
Server |
withReplicationJobTerminated(Boolean replicationJobTerminated) |
Server |
withServerId(String serverId) |
Server |
withServerType(ServerType serverType) |
Server |
withServerType(String serverType) |
Server |
withVmServer(VmServer vmServer) |
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()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.