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