@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeRegistrationSectionDefinitionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeRegistrationSectionDefinitionsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeRegistrationSectionDefinitionsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token to be used for the next set of paginated results.
|
List<RegistrationSectionDefinition> |
getRegistrationSectionDefinitions()
An array of RegistrationSectionDefinition objects.
|
String |
getRegistrationType()
The type of registration form.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token to be used for the next set of paginated results.
|
void |
setRegistrationSectionDefinitions(Collection<RegistrationSectionDefinition> registrationSectionDefinitions)
An array of RegistrationSectionDefinition objects.
|
void |
setRegistrationType(String registrationType)
The type of registration form.
|
String |
toString()
Returns a string representation of this object.
|
DescribeRegistrationSectionDefinitionsResult |
withNextToken(String nextToken)
The token to be used for the next set of paginated results.
|
DescribeRegistrationSectionDefinitionsResult |
withRegistrationSectionDefinitions(Collection<RegistrationSectionDefinition> registrationSectionDefinitions)
An array of RegistrationSectionDefinition objects.
|
DescribeRegistrationSectionDefinitionsResult |
withRegistrationSectionDefinitions(RegistrationSectionDefinition... registrationSectionDefinitions)
An array of RegistrationSectionDefinition objects.
|
DescribeRegistrationSectionDefinitionsResult |
withRegistrationType(String registrationType)
The type of registration form.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeRegistrationSectionDefinitionsResult()
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 DescribeRegistrationSectionDefinitionsResult 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<RegistrationSectionDefinition> getRegistrationSectionDefinitions()
An array of RegistrationSectionDefinition objects.
public void setRegistrationSectionDefinitions(Collection<RegistrationSectionDefinition> registrationSectionDefinitions)
An array of RegistrationSectionDefinition objects.
registrationSectionDefinitions
- An array of RegistrationSectionDefinition objects.public DescribeRegistrationSectionDefinitionsResult withRegistrationSectionDefinitions(RegistrationSectionDefinition... registrationSectionDefinitions)
An array of RegistrationSectionDefinition objects.
NOTE: This method appends the values to the existing list (if any). Use
setRegistrationSectionDefinitions(java.util.Collection)
or
withRegistrationSectionDefinitions(java.util.Collection)
if you want to override the existing values.
registrationSectionDefinitions
- An array of RegistrationSectionDefinition objects.public DescribeRegistrationSectionDefinitionsResult withRegistrationSectionDefinitions(Collection<RegistrationSectionDefinition> registrationSectionDefinitions)
An array of RegistrationSectionDefinition objects.
registrationSectionDefinitions
- An array of RegistrationSectionDefinition objects.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 DescribeRegistrationSectionDefinitionsResult 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 String toString()
toString
in class Object
Object.toString()
public DescribeRegistrationSectionDefinitionsResult clone()