@Generated(value="software.amazon.awssdk:codegen") public final class CreateDedicatedIpPoolRequest extends PinpointEmailRequest implements ToCopyableBuilder<CreateDedicatedIpPoolRequest.Builder,CreateDedicatedIpPoolRequest>
A request to create a new dedicated IP pool.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateDedicatedIpPoolRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateDedicatedIpPoolRequest.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.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateDedicatedIpPoolRequest.Builder> |
serializableBuilderClass() |
List<Tag> |
tags()
An object that defines the tags (keys and values) that you want to associate with the pool.
|
CreateDedicatedIpPoolRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String poolName()
The name of the dedicated IP pool.
public List<Tag> tags()
An object that defines the tags (keys and values) that you want to associate with the pool.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public CreateDedicatedIpPoolRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateDedicatedIpPoolRequest.Builder,CreateDedicatedIpPoolRequest>toBuilder in class PinpointEmailRequestpublic static CreateDedicatedIpPoolRequest.Builder builder()
public static Class<? extends CreateDedicatedIpPoolRequest.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.