@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()
Limits the results to a maximum number of domains.
|
String |
nextToken()
Used for pagination.
|
String |
packageID()
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.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String packageID()
The package for which to list associated domains.
public final Integer maxResults()
Limits the results to a maximum number of domains.
public final String nextToken()
Used for pagination. Only necessary if a previous API call includes a non-null NextToken value. If provided, returns results for the next page.
public ListDomainsForPackageRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<ListDomainsForPackageRequest.Builder,ListDomainsForPackageRequest>
toBuilder
in class OpenSearchRequest
public static ListDomainsForPackageRequest.Builder builder()
public static Class<? extends ListDomainsForPackageRequest.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.