@Generated(value="software.amazon.awssdk:codegen") public final class DescribeRegistriesRequest extends EcrPublicRequest implements ToCopyableBuilder<DescribeRegistriesRequest.Builder,DescribeRegistriesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeRegistriesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeRegistriesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of repository results that's returned by
DescribeRegistries in paginated output. |
String |
nextToken()
The
nextToken value that's returned from a previous paginated DescribeRegistries
request where maxResults was used and the results exceeded the value of that parameter. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeRegistriesRequest.Builder> |
serializableBuilderClass() |
DescribeRegistriesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String nextToken()
The nextToken value that's returned from a previous paginated DescribeRegistries
request where maxResults was used and the results exceeded the value of that parameter. Pagination
continues from the end of the previous results that returned the nextToken value. If there are no
more results to return, this value is null.
This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.
nextToken value that's returned from a previous paginated
DescribeRegistries request where maxResults was used and the results exceeded
the value of that parameter. Pagination continues from the end of the previous results that returned the
nextToken value. If there are no more results to return, this value is null
. This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.
public final Integer maxResults()
The maximum number of repository results that's returned by DescribeRegistries in paginated output.
When this parameter is used, DescribeRegistries only returns maxResults results in a
single page along with a nextToken response element. The remaining results of the initial request
can be seen by sending another DescribeRegistries request with the returned nextToken
value. This value can be between 1 and 1000. If this parameter isn't used, then DescribeRegistries
returns up to 100 results and a nextToken value, if applicable.
DescribeRegistries in paginated
output. When this parameter is used, DescribeRegistries only returns maxResults
results in a single page along with a nextToken response element. The remaining results of
the initial request can be seen by sending another DescribeRegistries request with the
returned nextToken value. This value can be between 1 and 1000. If this parameter isn't
used, then DescribeRegistries returns up to 100 results and a nextToken value,
if applicable.public DescribeRegistriesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeRegistriesRequest.Builder,DescribeRegistriesRequest>toBuilder in class EcrPublicRequestpublic static DescribeRegistriesRequest.Builder builder()
public static Class<? extends DescribeRegistriesRequest.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.