@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutRegistrationFieldValueRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
PutRegistrationFieldValueRequest() |
Modifier and Type | Method and Description |
---|---|
PutRegistrationFieldValueRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getFieldPath()
The path to the registration form field.
|
String |
getRegistrationAttachmentId()
The unique identifier for the registration attachment.
|
String |
getRegistrationId()
The unique identifier for the registration.
|
List<String> |
getSelectChoices()
An array of values for the form field.
|
String |
getTextValue()
The text data for a free form field.
|
int |
hashCode() |
void |
setFieldPath(String fieldPath)
The path to the registration form field.
|
void |
setRegistrationAttachmentId(String registrationAttachmentId)
The unique identifier for the registration attachment.
|
void |
setRegistrationId(String registrationId)
The unique identifier for the registration.
|
void |
setSelectChoices(Collection<String> selectChoices)
An array of values for the form field.
|
void |
setTextValue(String textValue)
The text data for a free form field.
|
String |
toString()
Returns a string representation of this object.
|
PutRegistrationFieldValueRequest |
withFieldPath(String fieldPath)
The path to the registration form field.
|
PutRegistrationFieldValueRequest |
withRegistrationAttachmentId(String registrationAttachmentId)
The unique identifier for the registration attachment.
|
PutRegistrationFieldValueRequest |
withRegistrationId(String registrationId)
The unique identifier for the registration.
|
PutRegistrationFieldValueRequest |
withSelectChoices(Collection<String> selectChoices)
An array of values for the form field.
|
PutRegistrationFieldValueRequest |
withSelectChoices(String... selectChoices)
An array of values for the form field.
|
PutRegistrationFieldValueRequest |
withTextValue(String textValue)
The text data for a free form field.
|
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 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 PutRegistrationFieldValueRequest withRegistrationId(String registrationId)
The unique identifier for the registration.
registrationId
- The unique identifier for the registration.public void setFieldPath(String fieldPath)
The path to the registration form field. You can use DescribeRegistrationFieldDefinitions for a list of FieldPaths.
fieldPath
- The path to the registration form field. You can use DescribeRegistrationFieldDefinitions for a
list of FieldPaths.public String getFieldPath()
The path to the registration form field. You can use DescribeRegistrationFieldDefinitions for a list of FieldPaths.
public PutRegistrationFieldValueRequest withFieldPath(String fieldPath)
The path to the registration form field. You can use DescribeRegistrationFieldDefinitions for a list of FieldPaths.
fieldPath
- The path to the registration form field. You can use DescribeRegistrationFieldDefinitions for a
list of FieldPaths.public List<String> getSelectChoices()
An array of values for the form field.
public void setSelectChoices(Collection<String> selectChoices)
An array of values for the form field.
selectChoices
- An array of values for the form field.public PutRegistrationFieldValueRequest withSelectChoices(String... selectChoices)
An array of values for the form field.
NOTE: This method appends the values to the existing list (if any). Use
setSelectChoices(java.util.Collection)
or withSelectChoices(java.util.Collection)
if you want
to override the existing values.
selectChoices
- An array of values for the form field.public PutRegistrationFieldValueRequest withSelectChoices(Collection<String> selectChoices)
An array of values for the form field.
selectChoices
- An array of values for the form field.public void setTextValue(String textValue)
The text data for a free form field.
textValue
- The text data for a free form field.public String getTextValue()
The text data for a free form field.
public PutRegistrationFieldValueRequest withTextValue(String textValue)
The text data for a free form field.
textValue
- The text data for a free form field.public void setRegistrationAttachmentId(String registrationAttachmentId)
The unique identifier for the registration attachment.
registrationAttachmentId
- The unique identifier for the registration attachment.public String getRegistrationAttachmentId()
The unique identifier for the registration attachment.
public PutRegistrationFieldValueRequest withRegistrationAttachmentId(String registrationAttachmentId)
The unique identifier for the registration attachment.
registrationAttachmentId
- The unique identifier for the registration attachment.public String toString()
toString
in class Object
Object.toString()
public PutRegistrationFieldValueRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()