@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListRegistrationAssociationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListRegistrationAssociationsRequest() |
Modifier and Type | Method and Description |
---|---|
ListRegistrationAssociationsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<RegistrationAssociationFilter> |
getFilters()
An array of RegistrationAssociationFilter to apply to the results that are returned.
|
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.
|
String |
getRegistrationId()
The unique identifier for the registration.
|
int |
hashCode() |
void |
setFilters(Collection<RegistrationAssociationFilter> filters)
An array of RegistrationAssociationFilter to apply to the results that are returned.
|
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 |
setRegistrationId(String registrationId)
The unique identifier for the registration.
|
String |
toString()
Returns a string representation of this object.
|
ListRegistrationAssociationsRequest |
withFilters(Collection<RegistrationAssociationFilter> filters)
An array of RegistrationAssociationFilter to apply to the results that are returned.
|
ListRegistrationAssociationsRequest |
withFilters(RegistrationAssociationFilter... filters)
An array of RegistrationAssociationFilter to apply to the results that are returned.
|
ListRegistrationAssociationsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return per each request.
|
ListRegistrationAssociationsRequest |
withNextToken(String nextToken)
The token to be used for the next set of paginated results.
|
ListRegistrationAssociationsRequest |
withRegistrationId(String registrationId)
The unique identifier for the 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 void setRegistrationId(String registrationId)
The unique identifier for the registration.
registrationId
- The unique identifier for the registration.public String getRegistrationId()
The unique identifier for the registration.
public ListRegistrationAssociationsRequest withRegistrationId(String registrationId)
The unique identifier for the registration.
registrationId
- The unique identifier for the registration.public List<RegistrationAssociationFilter> getFilters()
An array of RegistrationAssociationFilter to apply to the results that are returned.
public void setFilters(Collection<RegistrationAssociationFilter> filters)
An array of RegistrationAssociationFilter to apply to the results that are returned.
filters
- An array of RegistrationAssociationFilter to apply to the results that are returned.public ListRegistrationAssociationsRequest withFilters(RegistrationAssociationFilter... filters)
An array of RegistrationAssociationFilter to apply to the results that are returned.
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 RegistrationAssociationFilter to apply to the results that are returned.public ListRegistrationAssociationsRequest withFilters(Collection<RegistrationAssociationFilter> filters)
An array of RegistrationAssociationFilter to apply to the results that are returned.
filters
- An array of RegistrationAssociationFilter to apply to the results that are returned.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 ListRegistrationAssociationsRequest 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 ListRegistrationAssociationsRequest 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 ListRegistrationAssociationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()