StructuredPojo
, ToCopyableBuilder<VmServer.Builder,VmServer>
@Generated("software.amazon.awssdk:codegen") public class VmServer extends Object implements StructuredPojo, ToCopyableBuilder<VmServer.Builder,VmServer>
Modifier and Type | Class | Description |
---|---|---|
static interface |
VmServer.Builder |
Modifier and Type | Method | Description |
---|---|---|
static VmServer.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends VmServer.Builder> |
serializableBuilderClass() |
|
VmServer.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
vmManagerName() |
|
String |
vmManagerType() |
|
String |
vmName() |
|
String |
vmPath() |
|
VmServerAddress |
vmServerAddress() |
public VmServerAddress vmServerAddress()
public String vmName()
public String vmManagerName()
public String vmManagerType()
VmManagerType
public String vmPath()
public VmServer.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<VmServer.Builder,VmServer>
public static VmServer.Builder builder()
public static Class<? extends VmServer.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.