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