@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeRegistrationTypeDefinitionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeRegistrationTypeDefinitionsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeRegistrationTypeDefinitionsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token to be used for the next set of paginated results.
|
List<RegistrationTypeDefinition> |
getRegistrationTypeDefinitions()
The type of registration form.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token to be used for the next set of paginated results.
|
void |
setRegistrationTypeDefinitions(Collection<RegistrationTypeDefinition> registrationTypeDefinitions)
The type of registration form.
|
String |
toString()
Returns a string representation of this object.
|
DescribeRegistrationTypeDefinitionsResult |
withNextToken(String nextToken)
The token to be used for the next set of paginated results.
|
DescribeRegistrationTypeDefinitionsResult |
withRegistrationTypeDefinitions(Collection<RegistrationTypeDefinition> registrationTypeDefinitions)
The type of registration form.
|
DescribeRegistrationTypeDefinitionsResult |
withRegistrationTypeDefinitions(RegistrationTypeDefinition... registrationTypeDefinitions)
The type of registration form.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeRegistrationTypeDefinitionsResult()
public List<RegistrationTypeDefinition> getRegistrationTypeDefinitions()
The type of registration form. The list of RegistrationTypes can be found using the DescribeRegistrationTypeDefinitions action.
public void setRegistrationTypeDefinitions(Collection<RegistrationTypeDefinition> registrationTypeDefinitions)
The type of registration form. The list of RegistrationTypes can be found using the DescribeRegistrationTypeDefinitions action.
registrationTypeDefinitions
- The type of registration form. The list of RegistrationTypes can be found using the
DescribeRegistrationTypeDefinitions action.public DescribeRegistrationTypeDefinitionsResult withRegistrationTypeDefinitions(RegistrationTypeDefinition... registrationTypeDefinitions)
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
setRegistrationTypeDefinitions(java.util.Collection)
or
withRegistrationTypeDefinitions(java.util.Collection)
if you want to override the existing values.
registrationTypeDefinitions
- The type of registration form. The list of RegistrationTypes can be found using the
DescribeRegistrationTypeDefinitions action.public DescribeRegistrationTypeDefinitionsResult withRegistrationTypeDefinitions(Collection<RegistrationTypeDefinition> registrationTypeDefinitions)
The type of registration form. The list of RegistrationTypes can be found using the DescribeRegistrationTypeDefinitions action.
registrationTypeDefinitions
- The type of registration form. The list of RegistrationTypes can be found using the
DescribeRegistrationTypeDefinitions action.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 DescribeRegistrationTypeDefinitionsResult 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 DescribeRegistrationTypeDefinitionsResult clone()