@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListRegisteredSubscriptionProvidersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListRegisteredSubscriptionProvidersRequest() |
Modifier and Type | Method and Description |
---|---|
ListRegisteredSubscriptionProvidersRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum items to return in a request.
|
String |
getNextToken()
A token to specify where to start paginating.
|
List<String> |
getSubscriptionProviderSources()
To filter your results, specify which subscription providers to return in the list.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum items to return in a request.
|
void |
setNextToken(String nextToken)
A token to specify where to start paginating.
|
void |
setSubscriptionProviderSources(Collection<String> subscriptionProviderSources)
To filter your results, specify which subscription providers to return in the list.
|
String |
toString()
Returns a string representation of this object.
|
ListRegisteredSubscriptionProvidersRequest |
withMaxResults(Integer maxResults)
The maximum items to return in a request.
|
ListRegisteredSubscriptionProvidersRequest |
withNextToken(String nextToken)
A token to specify where to start paginating.
|
ListRegisteredSubscriptionProvidersRequest |
withSubscriptionProviderSources(Collection<String> subscriptionProviderSources)
To filter your results, specify which subscription providers to return in the list.
|
ListRegisteredSubscriptionProvidersRequest |
withSubscriptionProviderSources(String... subscriptionProviderSources)
To filter your results, specify which subscription providers to return in the list.
|
ListRegisteredSubscriptionProvidersRequest |
withSubscriptionProviderSources(SubscriptionProviderSource... subscriptionProviderSources)
To filter your results, specify which subscription providers to return in the list.
|
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, withSdkRequestTimeout
public ListRegisteredSubscriptionProvidersRequest()
public void setMaxResults(Integer maxResults)
The maximum items to return in a request.
maxResults
- The maximum items to return in a request.public Integer getMaxResults()
The maximum items to return in a request.
public ListRegisteredSubscriptionProvidersRequest withMaxResults(Integer maxResults)
The maximum items to return in a request.
maxResults
- The maximum items to return in a request.public void setNextToken(String nextToken)
A token to specify where to start paginating. This is the nextToken from a previously truncated response.
nextToken
- A token to specify where to start paginating. This is the nextToken from a previously truncated response.public String getNextToken()
A token to specify where to start paginating. This is the nextToken from a previously truncated response.
public ListRegisteredSubscriptionProvidersRequest withNextToken(String nextToken)
A token to specify where to start paginating. This is the nextToken from a previously truncated response.
nextToken
- A token to specify where to start paginating. This is the nextToken from a previously truncated response.public List<String> getSubscriptionProviderSources()
To filter your results, specify which subscription providers to return in the list.
SubscriptionProviderSource
public void setSubscriptionProviderSources(Collection<String> subscriptionProviderSources)
To filter your results, specify which subscription providers to return in the list.
subscriptionProviderSources
- To filter your results, specify which subscription providers to return in the list.SubscriptionProviderSource
public ListRegisteredSubscriptionProvidersRequest withSubscriptionProviderSources(String... subscriptionProviderSources)
To filter your results, specify which subscription providers to return in the list.
NOTE: This method appends the values to the existing list (if any). Use
setSubscriptionProviderSources(java.util.Collection)
or
withSubscriptionProviderSources(java.util.Collection)
if you want to override the existing values.
subscriptionProviderSources
- To filter your results, specify which subscription providers to return in the list.SubscriptionProviderSource
public ListRegisteredSubscriptionProvidersRequest withSubscriptionProviderSources(Collection<String> subscriptionProviderSources)
To filter your results, specify which subscription providers to return in the list.
subscriptionProviderSources
- To filter your results, specify which subscription providers to return in the list.SubscriptionProviderSource
public ListRegisteredSubscriptionProvidersRequest withSubscriptionProviderSources(SubscriptionProviderSource... subscriptionProviderSources)
To filter your results, specify which subscription providers to return in the list.
subscriptionProviderSources
- To filter your results, specify which subscription providers to return in the list.SubscriptionProviderSource
public String toString()
toString
in class Object
Object.toString()
public ListRegisteredSubscriptionProvidersRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()