@Generated(value="software.amazon.awssdk:codegen") public final class ListDeliverabilityTestReportsRequest extends SesV2Request implements ToCopyableBuilder<ListDeliverabilityTestReportsRequest.Builder,ListDeliverabilityTestReportsRequest>
A request to list all of the predictive inbox placement tests that you've performed.
Modifier and Type | Class and Description |
---|---|
static interface |
ListDeliverabilityTestReportsRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static ListDeliverabilityTestReportsRequest.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
ListDeliverabilityTestReports to indicate the position in
the list of predictive inbox placement tests. |
Integer |
pageSize()
The number of results to show in a single call to
ListDeliverabilityTestReports . |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListDeliverabilityTestReportsRequest.Builder> |
serializableBuilderClass() |
ListDeliverabilityTestReportsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String nextToken()
A token returned from a previous call to ListDeliverabilityTestReports
to indicate the position in
the list of predictive inbox placement tests.
ListDeliverabilityTestReports
to indicate the
position in the list of predictive inbox placement tests.public final Integer pageSize()
The number of results to show in a single call to ListDeliverabilityTestReports
. 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.
The value you specify has to be at least 0, and can be no more than 1000.
ListDeliverabilityTestReports
. 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.
The value you specify has to be at least 0, and can be no more than 1000.
public ListDeliverabilityTestReportsRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<ListDeliverabilityTestReportsRequest.Builder,ListDeliverabilityTestReportsRequest>
toBuilder
in class SesV2Request
public static ListDeliverabilityTestReportsRequest.Builder builder()
public static Class<? extends ListDeliverabilityTestReportsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode
in class AwsRequest
public final boolean equals(Object obj)
equals
in class AwsRequest
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2022. All rights reserved.