@Generated(value="software.amazon.awssdk:codegen") public final class ModifyHostsRequest extends Ec2Request implements ToCopyableBuilder<ModifyHostsRequest.Builder,ModifyHostsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ModifyHostsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
AutoPlacement |
autoPlacement()
Specify whether to enable or disable auto-placement.
|
String |
autoPlacementAsString()
Specify whether to enable or disable auto-placement.
|
static ModifyHostsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<String> |
hostIds()
The IDs of the Dedicated Hosts to modify.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ModifyHostsRequest.Builder> |
serializableBuilderClass() |
ModifyHostsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic AutoPlacement autoPlacement()
Specify whether to enable or disable auto-placement.
If the service returns an enum value that is not available in the current SDK version, autoPlacement
will return AutoPlacement.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
autoPlacementAsString().
AutoPlacementpublic String autoPlacementAsString()
Specify whether to enable or disable auto-placement.
If the service returns an enum value that is not available in the current SDK version, autoPlacement
will return AutoPlacement.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
autoPlacementAsString().
AutoPlacementpublic List<String> hostIds()
The IDs of the Dedicated Hosts to modify.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public ModifyHostsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ModifyHostsRequest.Builder,ModifyHostsRequest>toBuilder in class Ec2Requestpublic static ModifyHostsRequest.Builder builder()
public static Class<? extends ModifyHostsRequest.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.