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