@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeRegistrationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeRegistrationsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeRegistrationsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<RegistrationFilter> |
getFilters()
An array of RegistrationFilter objects to filter the results.
|
Integer |
getMaxResults()
The maximum number of results to return per each request.
|
String |
getNextToken()
The token to be used for the next set of paginated results.
|
List<String> |
getRegistrationIds()
An array of unique identifiers for each registration.
|
int |
hashCode() |
void |
setFilters(Collection<RegistrationFilter> filters)
An array of RegistrationFilter objects to filter the results.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return per each request.
|
void |
setNextToken(String nextToken)
The token to be used for the next set of paginated results.
|
void |
setRegistrationIds(Collection<String> registrationIds)
An array of unique identifiers for each registration.
|
String |
toString()
Returns a string representation of this object.
|
DescribeRegistrationsRequest |
withFilters(Collection<RegistrationFilter> filters)
An array of RegistrationFilter objects to filter the results.
|
DescribeRegistrationsRequest |
withFilters(RegistrationFilter... filters)
An array of RegistrationFilter objects to filter the results.
|
DescribeRegistrationsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return per each request.
|
DescribeRegistrationsRequest |
withNextToken(String nextToken)
The token to be used for the next set of paginated results.
|
DescribeRegistrationsRequest |
withRegistrationIds(Collection<String> registrationIds)
An array of unique identifiers for each registration.
|
DescribeRegistrationsRequest |
withRegistrationIds(String... registrationIds)
An array of unique identifiers for each registration.
|
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 List<String> getRegistrationIds()
An array of unique identifiers for each registration.
public void setRegistrationIds(Collection<String> registrationIds)
An array of unique identifiers for each registration.
registrationIds
- An array of unique identifiers for each registration.public DescribeRegistrationsRequest withRegistrationIds(String... registrationIds)
An array of unique identifiers for each registration.
NOTE: This method appends the values to the existing list (if any). Use
setRegistrationIds(java.util.Collection)
or withRegistrationIds(java.util.Collection)
if you
want to override the existing values.
registrationIds
- An array of unique identifiers for each registration.public DescribeRegistrationsRequest withRegistrationIds(Collection<String> registrationIds)
An array of unique identifiers for each registration.
registrationIds
- An array of unique identifiers for each registration.public List<RegistrationFilter> getFilters()
An array of RegistrationFilter objects to filter the results.
public void setFilters(Collection<RegistrationFilter> filters)
An array of RegistrationFilter objects to filter the results.
filters
- An array of RegistrationFilter objects to filter the results.public DescribeRegistrationsRequest withFilters(RegistrationFilter... filters)
An array of RegistrationFilter objects to filter the results.
NOTE: This method appends the values to the existing list (if any). Use
setFilters(java.util.Collection)
or withFilters(java.util.Collection)
if you want to override
the existing values.
filters
- An array of RegistrationFilter objects to filter the results.public DescribeRegistrationsRequest withFilters(Collection<RegistrationFilter> filters)
An array of RegistrationFilter objects to filter the results.
filters
- An array of RegistrationFilter objects to filter the results.public void setNextToken(String nextToken)
The token to be used for the next set of paginated results. You don't need to supply a value for this field in the initial request.
nextToken
- The token to be used for the next set of paginated results. You don't need to supply a value for this
field in the initial request.public String getNextToken()
The token to be used for the next set of paginated results. You don't need to supply a value for this field in the initial request.
public DescribeRegistrationsRequest withNextToken(String nextToken)
The token to be used for the next set of paginated results. You don't need to supply a value for this field in the initial request.
nextToken
- The token to be used for the next set of paginated results. You don't need to supply a value for this
field in the initial request.public void setMaxResults(Integer maxResults)
The maximum number of results to return per each request.
maxResults
- The maximum number of results to return per each request.public Integer getMaxResults()
The maximum number of results to return per each request.
public DescribeRegistrationsRequest withMaxResults(Integer maxResults)
The maximum number of results to return per each request.
maxResults
- The maximum number of results to return per each request.public String toString()
toString
in class Object
Object.toString()
public DescribeRegistrationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()