@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSubscriptionTargetsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListSubscriptionTargetsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListSubscriptionTargetsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDomainIdentifier()
The identifier of the Amazon DataZone domain where you want to list subscription targets.
|
String |
getEnvironmentIdentifier()
The identifier of the environment where you want to list subscription targets.
|
Integer |
getMaxResults()
The maximum number of subscription targets to return in a single call to
ListSubscriptionTargets. |
String |
getNextToken()
When the number of subscription targets 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 targets, the response includes a pagination token named NextToken. |
String |
getSortBy()
Specifies the way in which the results of this action are to be sorted.
|
String |
getSortOrder()
Specifies the sort order for the results of this action.
|
int |
hashCode() |
void |
setDomainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain where you want to list subscription targets.
|
void |
setEnvironmentIdentifier(String environmentIdentifier)
The identifier of the environment where you want to list subscription targets.
|
void |
setMaxResults(Integer maxResults)
The maximum number of subscription targets to return in a single call to
ListSubscriptionTargets. |
void |
setNextToken(String nextToken)
When the number of subscription targets 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 targets, the response includes a pagination token named NextToken. |
void |
setSortBy(String sortBy)
Specifies the way in which the results of this action are to be sorted.
|
void |
setSortOrder(String sortOrder)
Specifies the sort order for the results of this action.
|
String |
toString()
Returns a string representation of this object.
|
ListSubscriptionTargetsRequest |
withDomainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain where you want to list subscription targets.
|
ListSubscriptionTargetsRequest |
withEnvironmentIdentifier(String environmentIdentifier)
The identifier of the environment where you want to list subscription targets.
|
ListSubscriptionTargetsRequest |
withMaxResults(Integer maxResults)
The maximum number of subscription targets to return in a single call to
ListSubscriptionTargets. |
ListSubscriptionTargetsRequest |
withNextToken(String nextToken)
When the number of subscription targets 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 targets, the response includes a pagination token named NextToken. |
ListSubscriptionTargetsRequest |
withSortBy(SortKey sortBy)
Specifies the way in which the results of this action are to be sorted.
|
ListSubscriptionTargetsRequest |
withSortBy(String sortBy)
Specifies the way in which the results of this action are to be sorted.
|
ListSubscriptionTargetsRequest |
withSortOrder(SortOrder sortOrder)
Specifies the sort order for the results of this action.
|
ListSubscriptionTargetsRequest |
withSortOrder(String sortOrder)
Specifies the sort order for the results of this action.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setDomainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain where you want to list subscription targets.
domainIdentifier - The identifier of the Amazon DataZone domain where you want to list subscription targets.public String getDomainIdentifier()
The identifier of the Amazon DataZone domain where you want to list subscription targets.
public ListSubscriptionTargetsRequest withDomainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain where you want to list subscription targets.
domainIdentifier - The identifier of the Amazon DataZone domain where you want to list subscription targets.public void setEnvironmentIdentifier(String environmentIdentifier)
The identifier of the environment where you want to list subscription targets.
environmentIdentifier - The identifier of the environment where you want to list subscription targets.public String getEnvironmentIdentifier()
The identifier of the environment where you want to list subscription targets.
public ListSubscriptionTargetsRequest withEnvironmentIdentifier(String environmentIdentifier)
The identifier of the environment where you want to list subscription targets.
environmentIdentifier - The identifier of the environment where you want to list subscription targets.public void setMaxResults(Integer maxResults)
The maximum number of subscription targets to return in a single call to ListSubscriptionTargets.
When the number of subscription targets 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
ListSubscriptionTargets to list the next set of subscription targets.
maxResults - The maximum number of subscription targets to return in a single call to
ListSubscriptionTargets. When the number of subscription targets 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 ListSubscriptionTargets to list the next set of subscription
targets.public Integer getMaxResults()
The maximum number of subscription targets to return in a single call to ListSubscriptionTargets.
When the number of subscription targets 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
ListSubscriptionTargets to list the next set of subscription targets.
ListSubscriptionTargets. When the number of subscription targets 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 ListSubscriptionTargets to list the next set of subscription
targets.public ListSubscriptionTargetsRequest withMaxResults(Integer maxResults)
The maximum number of subscription targets to return in a single call to ListSubscriptionTargets.
When the number of subscription targets 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
ListSubscriptionTargets to list the next set of subscription targets.
maxResults - The maximum number of subscription targets to return in a single call to
ListSubscriptionTargets. When the number of subscription targets 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 ListSubscriptionTargets to list the next set of subscription
targets.public void setNextToken(String nextToken)
When the number of subscription targets 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 targets, the response includes a pagination token named NextToken. You can specify this
NextToken value in a subsequent call to ListSubscriptionTargets to list the next set of
subscription targets.
nextToken - When the number of subscription targets 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 targets, the response includes a pagination token named NextToken. You can
specify this NextToken value in a subsequent call to ListSubscriptionTargets to
list the next set of subscription targets.public String getNextToken()
When the number of subscription targets 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 targets, the response includes a pagination token named NextToken. You can specify this
NextToken value in a subsequent call to ListSubscriptionTargets to list the next set of
subscription targets.
MaxResults
parameter, or if you explicitly specify a value for MaxResults that is less than the number
of subscription targets, the response includes a pagination token named NextToken. You can
specify this NextToken value in a subsequent call to ListSubscriptionTargets to
list the next set of subscription targets.public ListSubscriptionTargetsRequest withNextToken(String nextToken)
When the number of subscription targets 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 targets, the response includes a pagination token named NextToken. You can specify this
NextToken value in a subsequent call to ListSubscriptionTargets to list the next set of
subscription targets.
nextToken - When the number of subscription targets 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 targets, the response includes a pagination token named NextToken. You can
specify this NextToken value in a subsequent call to ListSubscriptionTargets to
list the next set of subscription targets.public void setSortBy(String sortBy)
Specifies the way in which the results of this action are to be sorted.
sortBy - Specifies the way in which the results of this action are to be sorted.SortKeypublic String getSortBy()
Specifies the way in which the results of this action are to be sorted.
SortKeypublic ListSubscriptionTargetsRequest withSortBy(String sortBy)
Specifies the way in which the results of this action are to be sorted.
sortBy - Specifies the way in which the results of this action are to be sorted.SortKeypublic ListSubscriptionTargetsRequest withSortBy(SortKey sortBy)
Specifies the way in which the results of this action are to be sorted.
sortBy - Specifies the way in which the results of this action are to be sorted.SortKeypublic void setSortOrder(String sortOrder)
Specifies the sort order for the results of this action.
sortOrder - Specifies the sort order for the results of this action.SortOrderpublic String getSortOrder()
Specifies the sort order for the results of this action.
SortOrderpublic ListSubscriptionTargetsRequest withSortOrder(String sortOrder)
Specifies the sort order for the results of this action.
sortOrder - Specifies the sort order for the results of this action.SortOrderpublic ListSubscriptionTargetsRequest withSortOrder(SortOrder sortOrder)
Specifies the sort order for the results of this action.
sortOrder - Specifies the sort order for the results of this action.SortOrderpublic String toString()
toString in class ObjectObject.toString()public ListSubscriptionTargetsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()