@Generated(value="software.amazon.awssdk:codegen") public final class GetDedicatedIpsRequest extends PinpointEmailRequest implements ToCopyableBuilder<GetDedicatedIpsRequest.Builder,GetDedicatedIpsRequest>
A request to obtain more information about dedicated IP pools.
Modifier and Type | Class and Description |
---|---|
static interface |
GetDedicatedIpsRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static GetDedicatedIpsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz)
Used to retrieve the value of a field from any class that extends
SdkRequest . |
int |
hashCode() |
String |
nextToken()
A token returned from a previous call to
GetDedicatedIps to indicate the position of the dedicated
IP pool in the list of IP pools. |
Integer |
pageSize()
The number of results to show in a single call to
GetDedicatedIpsRequest . |
String |
poolName()
The name of the IP pool that the dedicated IP address is associated with.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetDedicatedIpsRequest.Builder> |
serializableBuilderClass() |
GetDedicatedIpsRequest.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
overrideConfiguration
copy
public String poolName()
The name of the IP pool that the dedicated IP address is associated with.
public String nextToken()
A token returned from a previous call to GetDedicatedIps
to indicate the position of the dedicated
IP pool in the list of IP pools.
GetDedicatedIps
to indicate the position of the
dedicated IP pool in the list of IP pools.public Integer pageSize()
The number of results to show in a single call to GetDedicatedIpsRequest
. 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.
GetDedicatedIpsRequest
. 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 GetDedicatedIpsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetDedicatedIpsRequest.Builder,GetDedicatedIpsRequest>
toBuilder
in class PinpointEmailRequest
public static GetDedicatedIpsRequest.Builder builder()
public static Class<? extends GetDedicatedIpsRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkRequest
SdkRequest
. The field name
specified should match the member name from the corresponding service-2.json model specified in the
codegen-resources folder for a given service. The class specifies what class to cast the returned value to.
If the returned value is also a modeled class, the SdkRequest.getValueForField(String, Class)
method will
again be available.getValueForField
in class SdkRequest
fieldName
- The name of the member to be retrieved.clazz
- The class to cast the returned object to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.