@Generated(value="software.amazon.awssdk:codegen") public final class ListDomainsForPackageRequest extends OpenSearchRequest implements ToCopyableBuilder<ListDomainsForPackageRequest.Builder,ListDomainsForPackageRequest>
Container for the request parameters to the ListDomainsForPackage operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListDomainsForPackageRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListDomainsForPackageRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
An optional parameter that specifies the maximum number of results to return.
|
String |
nextToken()
If your initial
ListDomainsForPackage operation returns a nextToken, you can include
the returned nextToken in subsequent ListDomainsForPackage operations, which returns
results in the next page. |
String |
packageID()
The unique identifier of the package for which to list associated domains.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListDomainsForPackageRequest.Builder> |
serializableBuilderClass() |
ListDomainsForPackageRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String packageID()
The unique identifier of the package for which to list associated domains.
public final Integer maxResults()
An optional parameter that specifies the maximum number of results to return. You can use nextToken
to get the next page of results.
nextToken to get the next page of results.public final String nextToken()
If your initial ListDomainsForPackage operation returns a nextToken, you can include
the returned nextToken in subsequent ListDomainsForPackage operations, which returns
results in the next page.
ListDomainsForPackage operation returns a nextToken, you can
include the returned nextToken in subsequent ListDomainsForPackage operations,
which returns results in the next page.public ListDomainsForPackageRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListDomainsForPackageRequest.Builder,ListDomainsForPackageRequest>toBuilder in class OpenSearchRequestpublic static ListDomainsForPackageRequest.Builder builder()
public static Class<? extends ListDomainsForPackageRequest.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.