@Generated(value="software.amazon.awssdk:codegen") public final class ListSubscriptionGrantsRequest extends DataZoneRequest implements ToCopyableBuilder<ListSubscriptionGrantsRequest.Builder,ListSubscriptionGrantsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListSubscriptionGrantsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListSubscriptionGrantsRequest.Builder |
builder() |
String |
domainIdentifier()
The identifier of the Amazon DataZone domain.
|
String |
environmentId()
The identifier of the Amazon DataZone environment.
|
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 subscription grants to return in a single call to
ListSubscriptionGrants. |
String |
nextToken()
When the number of subscription grants 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
subscription grants, the response includes a pagination token named NextToken. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListSubscriptionGrantsRequest.Builder> |
serializableBuilderClass() |
SortKey |
sortBy()
Specifies the way of sorting the results of this action.
|
String |
sortByAsString()
Specifies the way of sorting the results of this action.
|
SortOrder |
sortOrder()
Specifies the sort order of this action.
|
String |
sortOrderAsString()
Specifies the sort order of this action.
|
String |
subscribedListingId()
The identifier of the subscribed listing.
|
String |
subscriptionId()
The identifier of the subscription.
|
String |
subscriptionTargetId()
The identifier of the subscription target.
|
ListSubscriptionGrantsRequest.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 Amazon DataZone domain.
public final String environmentId()
The identifier of the Amazon DataZone environment.
public final Integer maxResults()
The maximum number of subscription grants to return in a single call to ListSubscriptionGrants. When
the number of subscription grants 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
ListSubscriptionGrants to list the next set of subscription grants.
ListSubscriptionGrants. When the number of subscription grants 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 ListSubscriptionGrants to list the next set of subscription
grants.public final String nextToken()
When the number of subscription grants 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
subscription grants, the response includes a pagination token named NextToken. You can specify this
NextToken value in a subsequent call to ListSubscriptionGrants to list the next set of
subscription grants.
MaxResults
parameter, or if you explicitly specify a value for MaxResults that is less than the number
of subscription grants, the response includes a pagination token named NextToken. You can
specify this NextToken value in a subsequent call to ListSubscriptionGrants to
list the next set of subscription grants.public final SortKey sortBy()
Specifies the way of sorting the results of this action.
If the service returns an enum value that is not available in the current SDK version, sortBy will
return SortKey.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sortByAsString().
SortKeypublic final String sortByAsString()
Specifies the way of sorting the results of this action.
If the service returns an enum value that is not available in the current SDK version, sortBy will
return SortKey.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sortByAsString().
SortKeypublic final SortOrder sortOrder()
Specifies the sort order of this action.
If the service returns an enum value that is not available in the current SDK version, sortOrder will
return SortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sortOrderAsString().
SortOrderpublic final String sortOrderAsString()
Specifies the sort order of this action.
If the service returns an enum value that is not available in the current SDK version, sortOrder will
return SortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sortOrderAsString().
SortOrderpublic final String subscribedListingId()
The identifier of the subscribed listing.
public final String subscriptionId()
The identifier of the subscription.
public final String subscriptionTargetId()
The identifier of the subscription target.
public ListSubscriptionGrantsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListSubscriptionGrantsRequest.Builder,ListSubscriptionGrantsRequest>toBuilder in class DataZoneRequestpublic static ListSubscriptionGrantsRequest.Builder builder()
public static Class<? extends ListSubscriptionGrantsRequest.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.