@Generated(value="software.amazon.awssdk:codegen") public final class VmServer extends Object implements StructuredPojo, ToCopyableBuilder<VmServer.Builder,VmServer>
Modifier and Type | Class and Description |
---|---|
static interface |
VmServer.Builder |
Modifier and Type | Method and Description |
---|---|
static VmServer.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 . |
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()
Returns the value of the VmManagerName property for this object.
|
VmManagerType |
vmManagerType()
Returns the value of the VmManagerType property for this object.
|
String |
vmManagerTypeAsString()
Returns the value of the VmManagerType property for this object.
|
String |
vmName()
Returns the value of the VmName property for this object.
|
String |
vmPath()
Returns the value of the VmPath property for this object.
|
VmServerAddress |
vmServerAddress()
Returns the value of the VmServerAddress property for this object.
|
copy
public VmServerAddress vmServerAddress()
public String vmName()
public String vmManagerName()
public VmManagerType vmManagerType()
If the service returns an enum value that is not available in the current SDK version, vmManagerType
will return VmManagerType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
vmManagerTypeAsString()
.
VmManagerType
public String vmManagerTypeAsString()
If the service returns an enum value that is not available in the current SDK version, vmManagerType
will return VmManagerType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
vmManagerTypeAsString()
.
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.