@Generated(value="software.amazon.awssdk:codegen") public final class ListDomainsRequest extends Route53DomainsRequest implements ToCopyableBuilder<ListDomainsRequest.Builder,ListDomainsRequest>
The ListDomains request includes the following elements.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListDomainsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListDomainsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
List<FilterCondition> |
filterConditions()
A complex type that contains information about the filters applied during the
ListDomains request. |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasFilterConditions()
For responses, this returns true if the service returned a value for the FilterConditions property.
|
int |
hashCode() |
String |
marker()
For an initial request for a list of domains, omit this element.
|
Integer |
maxItems()
Number of domains to be returned.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListDomainsRequest.Builder> |
serializableBuilderClass() |
SortCondition |
sortCondition()
A complex type that contains information about the requested ordering of domains in the returned list.
|
ListDomainsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final boolean hasFilterConditions()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<FilterCondition> filterConditions()
A complex type that contains information about the filters applied during the ListDomains request.
The filter conditions can include domain name and domain expiration.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasFilterConditions() method.
ListDomains
request. The filter conditions can include domain name and domain expiration.public final SortCondition sortCondition()
A complex type that contains information about the requested ordering of domains in the returned list.
public final String marker()
For an initial request for a list of domains, omit this element. If the number of domains that are associated
with the current Amazon Web Services account is greater than the value that you specified for
MaxItems, you can use Marker to return additional domains. Get the value of
NextPageMarker from the previous response, and submit another request that includes the value of
NextPageMarker in the Marker element.
Constraints: The marker must match the value specified in the previous request.
MaxItems, you can use Marker to return additional domains. Get the value of
NextPageMarker from the previous response, and submit another request that includes the
value of NextPageMarker in the Marker element.
Constraints: The marker must match the value specified in the previous request.
public final Integer maxItems()
Number of domains to be returned.
Default: 20
Default: 20
public ListDomainsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListDomainsRequest.Builder,ListDomainsRequest>toBuilder in class Route53DomainsRequestpublic static ListDomainsRequest.Builder builder()
public static Class<? extends ListDomainsRequest.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 © 2023. All rights reserved.