@Generated(value="software.amazon.awssdk:codegen") public final class ListDedicatedIpPoolsRequest extends SesV2Request implements ToCopyableBuilder<ListDedicatedIpPoolsRequest.Builder,ListDedicatedIpPoolsRequest>
A request to obtain a list of dedicated IP pools.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListDedicatedIpPoolsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListDedicatedIpPoolsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
nextToken()
A token returned from a previous call to
ListDedicatedIpPools to indicate the position in the list
of dedicated IP pools. |
Integer |
pageSize()
The number of results to show in a single call to
ListDedicatedIpPools. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListDedicatedIpPoolsRequest.Builder> |
serializableBuilderClass() |
ListDedicatedIpPoolsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String nextToken()
A token returned from a previous call to ListDedicatedIpPools to indicate the position in the list
of dedicated IP pools.
ListDedicatedIpPools to indicate the position in
the list of dedicated IP pools.public final Integer pageSize()
The number of results to show in a single call to ListDedicatedIpPools. If the number of results is
larger than the number you specified in this parameter, then the response includes a NextToken
element, which you can use to obtain additional results.
ListDedicatedIpPools. If the number of
results is larger than the number you specified in this parameter, then the response includes a
NextToken element, which you can use to obtain additional results.public ListDedicatedIpPoolsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListDedicatedIpPoolsRequest.Builder,ListDedicatedIpPoolsRequest>toBuilder in class SesV2Requestpublic static ListDedicatedIpPoolsRequest.Builder builder()
public static Class<? extends ListDedicatedIpPoolsRequest.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 © 2022. All rights reserved.