@Generated(value="software.amazon.awssdk:codegen") public final class ListAssetRevisionsRequest extends DataZoneRequest implements ToCopyableBuilder<ListAssetRevisionsRequest.Builder,ListAssetRevisionsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListAssetRevisionsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListAssetRevisionsRequest.Builder |
builder() |
String |
domainIdentifier()
The identifier of the domain.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
identifier()
The identifier of the asset.
|
Integer |
maxResults()
The maximum number of revisions to return in a single call to
ListAssetRevisions. |
String |
nextToken()
When the number of revisions is greater than the default value for the
MaxResults parameter, or if
you explicitly specify a value for MaxResults that is less than the number of revisions, the
response includes a pagination token named NextToken. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListAssetRevisionsRequest.Builder> |
serializableBuilderClass() |
ListAssetRevisionsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String domainIdentifier()
The identifier of the domain.
public final String identifier()
The identifier of the asset.
public final Integer maxResults()
The maximum number of revisions to return in a single call to ListAssetRevisions. When the number of
revisions to be listed is greater than the value of MaxResults, the response contains a
NextToken value that you can use in a subsequent call to ListAssetRevisions to list the
next set of revisions.
ListAssetRevisions. When the
number of revisions to be listed is greater than the value of MaxResults, the response
contains a NextToken value that you can use in a subsequent call to
ListAssetRevisions to list the next set of revisions.public final String nextToken()
When the number of revisions is greater than the default value for the MaxResults parameter, or if
you explicitly specify a value for MaxResults that is less than the number of revisions, the
response includes a pagination token named NextToken. You can specify this NextToken
value in a subsequent call to ListAssetRevisions to list the next set of revisions.
MaxResults parameter,
or if you explicitly specify a value for MaxResults that is less than the number of
revisions, the response includes a pagination token named NextToken. You can specify this
NextToken value in a subsequent call to ListAssetRevisions to list the next set
of revisions.public ListAssetRevisionsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListAssetRevisionsRequest.Builder,ListAssetRevisionsRequest>toBuilder in class DataZoneRequestpublic static ListAssetRevisionsRequest.Builder builder()
public static Class<? extends ListAssetRevisionsRequest.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.