@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) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<String> |
hostIds()
The IDs of the Dedicated Hosts to modify.
|
HostRecovery |
hostRecovery()
Indicates whether to enable or disable host recovery for the Dedicated Host.
|
String |
hostRecoveryAsString()
Indicates whether to enable or disable host recovery for the Dedicated Host.
|
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 HostRecovery hostRecovery()
Indicates whether to enable or disable host recovery for the Dedicated Host. For more information, see Host Recovery in the Amazon Elastic Compute Cloud User Guide.
If the service returns an enum value that is not available in the current SDK version, hostRecovery will
return HostRecovery.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
hostRecoveryAsString().
HostRecoverypublic String hostRecoveryAsString()
Indicates whether to enable or disable host recovery for the Dedicated Host. For more information, see Host Recovery in the Amazon Elastic Compute Cloud User Guide.
If the service returns an enum value that is not available in the current SDK version, hostRecovery will
return HostRecovery.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
hostRecoveryAsString().
HostRecoverypublic 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 int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.