@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeRegistrationAttachmentsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeRegistrationAttachmentsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeRegistrationAttachmentsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<RegistrationAttachmentFilter> |
getFilters()
An array of RegistrationAttachmentFilter 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> |
getRegistrationAttachmentIds()
The unique identifier of registration attachments to find.
|
int |
hashCode() |
void |
setFilters(Collection<RegistrationAttachmentFilter> filters)
An array of RegistrationAttachmentFilter 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 |
setRegistrationAttachmentIds(Collection<String> registrationAttachmentIds)
The unique identifier of registration attachments to find.
|
String |
toString()
Returns a string representation of this object.
|
DescribeRegistrationAttachmentsRequest |
withFilters(Collection<RegistrationAttachmentFilter> filters)
An array of RegistrationAttachmentFilter objects to filter the results.
|
DescribeRegistrationAttachmentsRequest |
withFilters(RegistrationAttachmentFilter... filters)
An array of RegistrationAttachmentFilter objects to filter the results.
|
DescribeRegistrationAttachmentsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return per each request.
|
DescribeRegistrationAttachmentsRequest |
withNextToken(String nextToken)
The token to be used for the next set of paginated results.
|
DescribeRegistrationAttachmentsRequest |
withRegistrationAttachmentIds(Collection<String> registrationAttachmentIds)
The unique identifier of registration attachments to find.
|
DescribeRegistrationAttachmentsRequest |
withRegistrationAttachmentIds(String... registrationAttachmentIds)
The unique identifier of registration attachments to find.
|
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 DescribeRegistrationAttachmentsRequest()
public List<String> getRegistrationAttachmentIds()
The unique identifier of registration attachments to find. This is an array of RegistrationAttachmentId.
public void setRegistrationAttachmentIds(Collection<String> registrationAttachmentIds)
The unique identifier of registration attachments to find. This is an array of RegistrationAttachmentId.
registrationAttachmentIds
- The unique identifier of registration attachments to find. This is an array of
RegistrationAttachmentId.public DescribeRegistrationAttachmentsRequest withRegistrationAttachmentIds(String... registrationAttachmentIds)
The unique identifier of registration attachments to find. This is an array of RegistrationAttachmentId.
NOTE: This method appends the values to the existing list (if any). Use
setRegistrationAttachmentIds(java.util.Collection)
or
withRegistrationAttachmentIds(java.util.Collection)
if you want to override the existing values.
registrationAttachmentIds
- The unique identifier of registration attachments to find. This is an array of
RegistrationAttachmentId.public DescribeRegistrationAttachmentsRequest withRegistrationAttachmentIds(Collection<String> registrationAttachmentIds)
The unique identifier of registration attachments to find. This is an array of RegistrationAttachmentId.
registrationAttachmentIds
- The unique identifier of registration attachments to find. This is an array of
RegistrationAttachmentId.public List<RegistrationAttachmentFilter> getFilters()
An array of RegistrationAttachmentFilter objects to filter the results.
public void setFilters(Collection<RegistrationAttachmentFilter> filters)
An array of RegistrationAttachmentFilter objects to filter the results.
filters
- An array of RegistrationAttachmentFilter objects to filter the results.public DescribeRegistrationAttachmentsRequest withFilters(RegistrationAttachmentFilter... filters)
An array of RegistrationAttachmentFilter 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 RegistrationAttachmentFilter objects to filter the results.public DescribeRegistrationAttachmentsRequest withFilters(Collection<RegistrationAttachmentFilter> filters)
An array of RegistrationAttachmentFilter objects to filter the results.
filters
- An array of RegistrationAttachmentFilter 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 DescribeRegistrationAttachmentsRequest 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 DescribeRegistrationAttachmentsRequest 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 DescribeRegistrationAttachmentsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()