Class ModifyHostsRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.ec2.model.Ec2Request
-
- software.amazon.awssdk.services.ec2.model.ModifyHostsRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ModifyHostsRequest.Builder,ModifyHostsRequest>
@Generated("software.amazon.awssdk:codegen") public final class ModifyHostsRequest extends Ec2Request implements ToCopyableBuilder<ModifyHostsRequest.Builder,ModifyHostsRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceModifyHostsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AutoPlacementautoPlacement()Specify whether to enable or disable auto-placement.StringautoPlacementAsString()Specify whether to enable or disable auto-placement.static ModifyHostsRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()booleanhasHostIds()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.HostMaintenancehostMaintenance()Indicates whether to enable or disable host maintenance for the Dedicated Host.StringhostMaintenanceAsString()Indicates whether to enable or disable host maintenance for the Dedicated Host.HostRecoveryhostRecovery()Indicates whether to enable or disable host recovery for the Dedicated Host.StringhostRecoveryAsString()Indicates whether to enable or disable host recovery for the Dedicated Host.StringinstanceFamily()Specifies the instance family to be supported by the Dedicated Host.StringinstanceType()Specifies the instance type to be supported by the Dedicated Host.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ModifyHostsRequest.Builder>serializableBuilderClass()ModifyHostsRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
hostRecovery
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,
hostRecoverywill returnHostRecovery.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromhostRecoveryAsString().- Returns:
- Indicates whether to enable or disable host recovery for the Dedicated Host. For more information, see Host recovery in the Amazon EC2 User Guide.
- See Also:
HostRecovery
-
hostRecoveryAsString
public 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,
hostRecoverywill returnHostRecovery.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromhostRecoveryAsString().- Returns:
- Indicates whether to enable or disable host recovery for the Dedicated Host. For more information, see Host recovery in the Amazon EC2 User Guide.
- See Also:
HostRecovery
-
instanceType
public 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.
- Returns:
- 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.
-
instanceFamily
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.
- Returns:
- 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.
-
hostMaintenance
public final HostMaintenance hostMaintenance()
Indicates whether to enable or disable host maintenance for the Dedicated Host. For more information, see Host maintenance in the Amazon EC2 User Guide.
If the service returns an enum value that is not available in the current SDK version,
hostMaintenancewill returnHostMaintenance.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromhostMaintenanceAsString().- Returns:
- Indicates whether to enable or disable host maintenance for the Dedicated Host. For more information, see Host maintenance in the Amazon EC2 User Guide.
- See Also:
HostMaintenance
-
hostMaintenanceAsString
public final String hostMaintenanceAsString()
Indicates whether to enable or disable host maintenance for the Dedicated Host. For more information, see Host maintenance in the Amazon EC2 User Guide.
If the service returns an enum value that is not available in the current SDK version,
hostMaintenancewill returnHostMaintenance.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromhostMaintenanceAsString().- Returns:
- Indicates whether to enable or disable host maintenance for the Dedicated Host. For more information, see Host maintenance in the Amazon EC2 User Guide.
- See Also:
HostMaintenance
-
hasHostIds
public final boolean hasHostIds()
For responses, this returns true if the service returned a value for the HostIds property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()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.
-
hostIds
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.- Returns:
- The IDs of the Dedicated Hosts to modify.
-
autoPlacement
public 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,
autoPlacementwill returnAutoPlacement.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromautoPlacementAsString().- Returns:
- Specify whether to enable or disable auto-placement.
- See Also:
AutoPlacement
-
autoPlacementAsString
public 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,
autoPlacementwill returnAutoPlacement.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromautoPlacementAsString().- Returns:
- Specify whether to enable or disable auto-placement.
- See Also:
AutoPlacement
-
toBuilder
public ModifyHostsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ModifyHostsRequest.Builder,ModifyHostsRequest>- Specified by:
toBuilderin classEc2Request
-
builder
public static ModifyHostsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ModifyHostsRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-