@Generated(value="software.amazon.awssdk:codegen") public class ModifyHostsRequest extends EC2Request implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<ModifyHostsRequest.Builder,ModifyHostsRequest>
Contains the parameters for ModifyHosts.
| 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 host IDs of the Dedicated Hosts you want to modify.
|
static Class<? extends ModifyHostsRequest.Builder> |
serializableBuilderClass() |
ModifyHostsRequest.Builder |
toBuilder() |
String |
toString() |
requestOverrideConfigpublic 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 host IDs of the Dedicated Hosts you want to modify.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public ModifyHostsRequest.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<ModifyHostsRequest.Builder,ModifyHostsRequest>toBuilder in class EC2Requestpublic static ModifyHostsRequest.Builder builder()
public static Class<? extends ModifyHostsRequest.Builder> serializableBuilderClass()
Copyright © 2018. All rights reserved.