@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() |
boolean |
hasHostIds()
For responses, this returns true if the service returned a value for the HostIds property.
|
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.
|
String |
instanceFamily()
Specifies the instance family to be supported by the Dedicated Host.
|
String |
instanceType()
Specifies the instance type to be supported by 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 final 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 final 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 final boolean hasHostIds()
isEmpty() method on the property). This is
useful because the SDK will never return a null collection or map, but you may need to differentiate between the
service returning nothing (or null) and the service returning an empty collection or map. For requests, this
returns true if a value for the property was specified in the request builder, and false if a value was not
specified.public final 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.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasHostIds() method.
public final HostRecovery hostRecovery()
Indicates whether to enable or disable host recovery for the Dedicated Host. For more information, see Host recovery in the Amazon EC2 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 final String hostRecoveryAsString()
Indicates whether to enable or disable host recovery for the Dedicated Host. For more information, see Host recovery in the Amazon EC2 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 final String instanceType()
Specifies the instance type to be supported by the Dedicated Host. Specify this parameter to modify a Dedicated Host to support only a specific instance type.
If you want to modify a Dedicated Host to support multiple instance types in its current instance family, omit this parameter and specify InstanceFamily instead. You cannot specify InstanceType and InstanceFamily in the same request.
If you want to modify a Dedicated Host to support multiple instance types in its current instance family, omit this parameter and specify InstanceFamily instead. You cannot specify InstanceType and InstanceFamily in the same request.
public final String instanceFamily()
Specifies the instance family to be supported by the Dedicated Host. Specify this parameter to modify a Dedicated Host to support multiple instance types within its current instance family.
If you want to modify a Dedicated Host to support a specific instance type only, omit this parameter and specify InstanceType instead. You cannot specify InstanceFamily and InstanceType in the same request.
If you want to modify a Dedicated Host to support a specific instance type only, omit this parameter and specify InstanceType instead. You cannot specify InstanceFamily and InstanceType in the same request.
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 final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.