@Generated(value="software.amazon.awssdk:codegen") public final class PutDedicatedIpPoolScalingAttributesRequest extends SesV2Request implements ToCopyableBuilder<PutDedicatedIpPoolScalingAttributesRequest.Builder,PutDedicatedIpPoolScalingAttributesRequest>
A request to convert a dedicated IP pool to a different scaling mode.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PutDedicatedIpPoolScalingAttributesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PutDedicatedIpPoolScalingAttributesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
poolName()
The name of the dedicated IP pool.
|
ScalingMode |
scalingMode()
The scaling mode to apply to the dedicated IP pool.
|
String |
scalingModeAsString()
The scaling mode to apply to the dedicated IP pool.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PutDedicatedIpPoolScalingAttributesRequest.Builder> |
serializableBuilderClass() |
PutDedicatedIpPoolScalingAttributesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String poolName()
The name of the dedicated IP pool.
public final ScalingMode scalingMode()
The scaling mode to apply to the dedicated IP pool.
Changing the scaling mode from MANAGED to STANDARD is not supported.
If the service returns an enum value that is not available in the current SDK version, scalingMode will
return ScalingMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
scalingModeAsString().
Changing the scaling mode from MANAGED to STANDARD is not supported.
ScalingModepublic final String scalingModeAsString()
The scaling mode to apply to the dedicated IP pool.
Changing the scaling mode from MANAGED to STANDARD is not supported.
If the service returns an enum value that is not available in the current SDK version, scalingMode will
return ScalingMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
scalingModeAsString().
Changing the scaling mode from MANAGED to STANDARD is not supported.
ScalingModepublic PutDedicatedIpPoolScalingAttributesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PutDedicatedIpPoolScalingAttributesRequest.Builder,PutDedicatedIpPoolScalingAttributesRequest>toBuilder in class SesV2Requestpublic static PutDedicatedIpPoolScalingAttributesRequest.Builder builder()
public static Class<? extends PutDedicatedIpPoolScalingAttributesRequest.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 © 2023. All rights reserved.