@Generated(value="software.amazon.awssdk:codegen") public final class ListSubscriptionsRequest extends DataZoneRequest implements ToCopyableBuilder<ListSubscriptionsRequest.Builder,ListSubscriptionsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListSubscriptionsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
approverProjectId()
The identifier of the project for the subscription's approver.
|
static ListSubscriptionsRequest.Builder |
builder() |
String |
domainIdentifier()
The identifier of the Amazon DataZone domain.
|
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 subscriptions to return in a single call to
ListSubscriptions. |
String |
nextToken()
When the number of subscriptions 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 subscriptions, the
response includes a pagination token named NextToken. |
String |
owningProjectId()
The identifier of the owning project.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListSubscriptionsRequest.Builder> |
serializableBuilderClass() |
SortKey |
sortBy()
Specifies the way in which the results of this action are to be sorted.
|
String |
sortByAsString()
Specifies the way in which the results of this action are to be sorted.
|
SortOrder |
sortOrder()
Specifies the sort order for the results of this action.
|
String |
sortOrderAsString()
Specifies the sort order for the results of this action.
|
SubscriptionStatus |
status()
The status of the subscriptions that you want to list.
|
String |
statusAsString()
The status of the subscriptions that you want to list.
|
String |
subscribedListingId()
The identifier of the subscribed listing for the subscriptions that you want to list.
|
String |
subscriptionRequestIdentifier()
The identifier of the subscription request for the subscriptions that you want to list.
|
ListSubscriptionsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String approverProjectId()
The identifier of the project for the subscription's approver.
public final String domainIdentifier()
The identifier of the Amazon DataZone domain.
public final Integer maxResults()
The maximum number of subscriptions to return in a single call to ListSubscriptions. When the number
of subscriptions 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 ListSubscriptions to list the
next set of Subscriptions.
ListSubscriptions. When
the number of subscriptions 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
ListSubscriptions to list the next set of Subscriptions.public final String nextToken()
When the number of subscriptions 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 subscriptions, the
response includes a pagination token named NextToken. You can specify this NextToken
value in a subsequent call to ListSubscriptions to list the next set of subscriptions.
MaxResults
parameter, or if you explicitly specify a value for MaxResults that is less than the number
of subscriptions, the response includes a pagination token named NextToken. You can specify
this NextToken value in a subsequent call to ListSubscriptions to list the next
set of subscriptions.public final String owningProjectId()
The identifier of the owning project.
public final SortKey sortBy()
Specifies the way in which the results of this action are to be sorted.
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 in which the results of this action are to be sorted.
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 for the results 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 for the results 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 SubscriptionStatus status()
The status of the subscriptions that you want to list.
If the service returns an enum value that is not available in the current SDK version, status will
return SubscriptionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
SubscriptionStatuspublic final String statusAsString()
The status of the subscriptions that you want to list.
If the service returns an enum value that is not available in the current SDK version, status will
return SubscriptionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
SubscriptionStatuspublic final String subscribedListingId()
The identifier of the subscribed listing for the subscriptions that you want to list.
public final String subscriptionRequestIdentifier()
The identifier of the subscription request for the subscriptions that you want to list.
public ListSubscriptionsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListSubscriptionsRequest.Builder,ListSubscriptionsRequest>toBuilder in class DataZoneRequestpublic static ListSubscriptionsRequest.Builder builder()
public static Class<? extends ListSubscriptionsRequest.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.