@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutRegistrationFieldValueResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
PutRegistrationFieldValueResult() |
Modifier and Type | Method and Description |
---|---|
PutRegistrationFieldValueResult |
clone() |
boolean |
equals(Object obj) |
String |
getFieldPath()
The path to the registration form field.
|
String |
getRegistrationArn()
The Amazon Resource Name (ARN) for the registration.
|
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.
|
Long |
getVersionNumber()
The version number of the registration.
|
int |
hashCode() |
void |
setFieldPath(String fieldPath)
The path to the registration form field.
|
void |
setRegistrationArn(String registrationArn)
The Amazon Resource Name (ARN) for the registration.
|
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.
|
void |
setVersionNumber(Long versionNumber)
The version number of the registration.
|
String |
toString()
Returns a string representation of this object.
|
PutRegistrationFieldValueResult |
withFieldPath(String fieldPath)
The path to the registration form field.
|
PutRegistrationFieldValueResult |
withRegistrationArn(String registrationArn)
The Amazon Resource Name (ARN) for the registration.
|
PutRegistrationFieldValueResult |
withRegistrationAttachmentId(String registrationAttachmentId)
The unique identifier for the registration attachment.
|
PutRegistrationFieldValueResult |
withRegistrationId(String registrationId)
The unique identifier for the registration.
|
PutRegistrationFieldValueResult |
withSelectChoices(Collection<String> selectChoices)
An array of values for the form field.
|
PutRegistrationFieldValueResult |
withSelectChoices(String... selectChoices)
An array of values for the form field.
|
PutRegistrationFieldValueResult |
withTextValue(String textValue)
The text data for a free form field.
|
PutRegistrationFieldValueResult |
withVersionNumber(Long versionNumber)
The version number of the registration.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setRegistrationArn(String registrationArn)
The Amazon Resource Name (ARN) for the registration.
registrationArn
- The Amazon Resource Name (ARN) for the registration.public String getRegistrationArn()
The Amazon Resource Name (ARN) for the registration.
public PutRegistrationFieldValueResult withRegistrationArn(String registrationArn)
The Amazon Resource Name (ARN) for the registration.
registrationArn
- The Amazon Resource Name (ARN) for the registration.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 PutRegistrationFieldValueResult 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 PutRegistrationFieldValueResult withVersionNumber(Long versionNumber)
The version number of the registration.
versionNumber
- The version number of 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 PutRegistrationFieldValueResult 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 PutRegistrationFieldValueResult 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 PutRegistrationFieldValueResult 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 PutRegistrationFieldValueResult 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 PutRegistrationFieldValueResult 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 PutRegistrationFieldValueResult clone()