@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()
Returns true if the HostIds property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
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.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public 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()
.
AutoPlacement
public 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()
.
AutoPlacement
public boolean hasHostIds()
public 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.
You can use hasHostIds()
to see if a value was sent in this field.
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()
.
HostRecovery
public 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()
.
HostRecovery
public 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 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 Ec2Request
public static ModifyHostsRequest.Builder builder()
public static Class<? extends ModifyHostsRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode
in class AwsRequest
public boolean equals(Object obj)
equals
in class AwsRequest
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2020. All rights reserved.