@Generated(value="software.amazon.awssdk:codegen") public final class ListReusableDelegationSetsRequest extends Route53Request implements ToCopyableBuilder<ListReusableDelegationSetsRequest.Builder,ListReusableDelegationSetsRequest>
A request to get a list of the reusable delegation sets that are associated with the current AWS account.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListReusableDelegationSetsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListReusableDelegationSetsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
marker()
If the value of
IsTruncated in the previous response was true, you have more reusable
delegation sets. |
String |
maxItems()
The number of reusable delegation sets that you want Amazon Route 53 to return in the response to this request.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListReusableDelegationSetsRequest.Builder> |
serializableBuilderClass() |
ListReusableDelegationSetsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String marker()
If the value of IsTruncated in the previous response was true, you have more reusable
delegation sets. To get another group, submit another ListReusableDelegationSets request.
For the value of marker, specify the value of NextMarker from the previous response,
which is the ID of the first reusable delegation set that Amazon Route 53 will return if you submit another
request.
If the value of IsTruncated in the previous response was false, there are no more
reusable delegation sets to get.
IsTruncated in the previous response was true, you have more
reusable delegation sets. To get another group, submit another ListReusableDelegationSets
request.
For the value of marker, specify the value of NextMarker from the previous
response, which is the ID of the first reusable delegation set that Amazon Route 53 will return if you
submit another request.
If the value of IsTruncated in the previous response was false, there are no
more reusable delegation sets to get.
public String maxItems()
The number of reusable delegation sets that you want Amazon Route 53 to return in the response to this request. If you specify a value greater than 100, Route 53 returns only the first 100 reusable delegation sets.
public ListReusableDelegationSetsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListReusableDelegationSetsRequest.Builder,ListReusableDelegationSetsRequest>toBuilder in class Route53Requestpublic static ListReusableDelegationSetsRequest.Builder builder()
public static Class<? extends ListReusableDelegationSetsRequest.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 © 2020. All rights reserved.