@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeRegistrationFieldValuesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeRegistrationFieldValuesRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeRegistrationFieldValuesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getFieldPaths()
An array of paths to the registration form field.
|
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.
|
String |
getSectionPath()
The path to the section of the registration.
|
Long |
getVersionNumber()
The version number of the registration.
|
int |
hashCode() |
void |
setFieldPaths(Collection<String> fieldPaths)
An array of paths to the registration form field.
|
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.
|
void |
setSectionPath(String sectionPath)
The path to the section of the registration.
|
void |
setVersionNumber(Long versionNumber)
The version number of the registration.
|
String |
toString()
Returns a string representation of this object.
|
DescribeRegistrationFieldValuesRequest |
withFieldPaths(Collection<String> fieldPaths)
An array of paths to the registration form field.
|
DescribeRegistrationFieldValuesRequest |
withFieldPaths(String... fieldPaths)
An array of paths to the registration form field.
|
DescribeRegistrationFieldValuesRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return per each request.
|
DescribeRegistrationFieldValuesRequest |
withNextToken(String nextToken)
The token to be used for the next set of paginated results.
|
DescribeRegistrationFieldValuesRequest |
withRegistrationId(String registrationId)
The unique identifier for the registration.
|
DescribeRegistrationFieldValuesRequest |
withSectionPath(String sectionPath)
The path to the section of the registration.
|
DescribeRegistrationFieldValuesRequest |
withVersionNumber(Long versionNumber)
The version number of 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 DescribeRegistrationFieldValuesRequest()
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 DescribeRegistrationFieldValuesRequest withRegistrationId(String registrationId)
The unique identifier for the registration.
registrationId
- The unique identifier for the registration.public void setVersionNumber(Long versionNumber)
The version number of the registration.
versionNumber
- The version number of the registration.public Long getVersionNumber()
The version number of the registration.
public DescribeRegistrationFieldValuesRequest withVersionNumber(Long versionNumber)
The version number of the registration.
versionNumber
- The version number of the registration.public void setSectionPath(String sectionPath)
The path to the section of the registration.
sectionPath
- The path to the section of the registration.public String getSectionPath()
The path to the section of the registration.
public DescribeRegistrationFieldValuesRequest withSectionPath(String sectionPath)
The path to the section of the registration.
sectionPath
- The path to the section of the registration.public List<String> getFieldPaths()
An array of paths to the registration form field.
public void setFieldPaths(Collection<String> fieldPaths)
An array of paths to the registration form field.
fieldPaths
- An array of paths to the registration form field.public DescribeRegistrationFieldValuesRequest withFieldPaths(String... fieldPaths)
An array of paths to the registration form field.
NOTE: This method appends the values to the existing list (if any). Use
setFieldPaths(java.util.Collection)
or withFieldPaths(java.util.Collection)
if you want to
override the existing values.
fieldPaths
- An array of paths to the registration form field.public DescribeRegistrationFieldValuesRequest withFieldPaths(Collection<String> fieldPaths)
An array of paths to the registration form field.
fieldPaths
- An array of paths to the registration form field.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 DescribeRegistrationFieldValuesRequest 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 DescribeRegistrationFieldValuesRequest 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 DescribeRegistrationFieldValuesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()