@Generated(value="software.amazon.awssdk:codegen") public class Server extends Object implements StructuredPojo, ToCopyableBuilder<Server.Builder,Server>
| Modifier and Type | Class and Description |
|---|---|
static interface |
Server.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Server.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
String |
replicationJobId()
Returns the value of the ReplicationJobId property for this object.
|
Boolean |
replicationJobTerminated()
Returns the value of the ReplicationJobTerminated property for this object.
|
static Class<? extends Server.Builder> |
serializableBuilderClass() |
String |
serverId()
Returns the value of the ServerId property for this object.
|
ServerType |
serverType()
Returns the value of the ServerType property for this object.
|
String |
serverTypeAsString()
Returns the value of the ServerType property for this object.
|
Server.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
VmServer |
vmServer()
Returns the value of the VmServer property for this object.
|
copypublic String serverId()
public ServerType serverType()
If the service returns an enum value that is not available in the current SDK version, serverType will
return ServerType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
serverTypeAsString().
ServerTypepublic String serverTypeAsString()
If the service returns an enum value that is not available in the current SDK version, serverType will
return ServerType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
serverTypeAsString().
ServerTypepublic VmServer vmServer()
public String replicationJobId()
public Boolean replicationJobTerminated()
public Server.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<Server.Builder,Server>public static Server.Builder builder()
public static Class<? extends Server.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.