@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Server extends Object implements Serializable, Cloneable, StructuredPojo
Represents a server.
Constructor and Description |
---|
Server() |
Modifier and Type | Method and Description |
---|---|
Server |
clone() |
boolean |
equals(Object obj) |
String |
getReplicationJobId()
The identifier of the replication job.
|
Boolean |
getReplicationJobTerminated()
Indicates whether the replication job is deleted or failed.
|
String |
getServerId()
The identifier of the server.
|
String |
getServerType()
The type of server.
|
VmServer |
getVmServer()
Information about the VM server.
|
int |
hashCode() |
Boolean |
isReplicationJobTerminated()
Indicates whether the replication job is deleted or failed.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setReplicationJobId(String replicationJobId)
The identifier of the replication job.
|
void |
setReplicationJobTerminated(Boolean replicationJobTerminated)
Indicates whether the replication job is deleted or failed.
|
void |
setServerId(String serverId)
The identifier of the server.
|
void |
setServerType(ServerType serverType)
The type of server.
|
void |
setServerType(String serverType)
The type of server.
|
void |
setVmServer(VmServer vmServer)
Information about the VM server.
|
String |
toString()
Returns a string representation of this object.
|
Server |
withReplicationJobId(String replicationJobId)
The identifier of the replication job.
|
Server |
withReplicationJobTerminated(Boolean replicationJobTerminated)
Indicates whether the replication job is deleted or failed.
|
Server |
withServerId(String serverId)
The identifier of the server.
|
Server |
withServerType(ServerType serverType)
The type of server.
|
Server |
withServerType(String serverType)
The type of server.
|
Server |
withVmServer(VmServer vmServer)
Information about the VM server.
|
public void setServerId(String serverId)
The identifier of the server.
serverId
- The identifier of the server.public String getServerId()
The identifier of the server.
public Server withServerId(String serverId)
The identifier of the server.
serverId
- The identifier of the server.public void setServerType(String serverType)
The type of server.
serverType
- The type of server.ServerType
public String getServerType()
The type of server.
ServerType
public Server withServerType(String serverType)
The type of server.
serverType
- The type of server.ServerType
public void setServerType(ServerType serverType)
The type of server.
serverType
- The type of server.ServerType
public Server withServerType(ServerType serverType)
The type of server.
serverType
- The type of server.ServerType
public void setVmServer(VmServer vmServer)
Information about the VM server.
vmServer
- Information about the VM server.public VmServer getVmServer()
Information about the VM server.
public Server withVmServer(VmServer vmServer)
Information about the VM server.
vmServer
- Information about the VM server.public void setReplicationJobId(String replicationJobId)
The identifier of the replication job.
replicationJobId
- The identifier of the replication job.public String getReplicationJobId()
The identifier of the replication job.
public Server withReplicationJobId(String replicationJobId)
The identifier of the replication job.
replicationJobId
- The identifier of the replication job.public void setReplicationJobTerminated(Boolean replicationJobTerminated)
Indicates whether the replication job is deleted or failed.
replicationJobTerminated
- Indicates whether the replication job is deleted or failed.public Boolean getReplicationJobTerminated()
Indicates whether the replication job is deleted or failed.
public Server withReplicationJobTerminated(Boolean replicationJobTerminated)
Indicates whether the replication job is deleted or failed.
replicationJobTerminated
- Indicates whether the replication job is deleted or failed.public Boolean isReplicationJobTerminated()
Indicates whether the replication job is deleted or failed.
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.