StructuredPojo
, ToCopyableBuilder<Server.Builder,Server>
@Generated("software.amazon.awssdk:codegen") public class Server extends Object implements StructuredPojo, ToCopyableBuilder<Server.Builder,Server>
Modifier and Type | Class | Description |
---|---|---|
static interface |
Server.Builder |
Modifier and Type | Method | Description |
---|---|---|
static Server.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
replicationJobId() |
|
Boolean |
replicationJobTerminated() |
|
static Class<? extends Server.Builder> |
serializableBuilderClass() |
|
String |
serverId() |
|
String |
serverType() |
|
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() |
public String serverId()
public String serverType()
ServerType
public VmServer vmServer()
public String replicationJobId()
public Boolean replicationJobTerminated()
public Server.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Server.Builder,Server>
public static Server.Builder builder()
public static Class<? extends Server.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.