@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteRegistrationFieldValueResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteRegistrationFieldValueResult() |
Modifier and Type | Method and Description |
---|---|
DeleteRegistrationFieldValueResult |
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.
|
DeleteRegistrationFieldValueResult |
withFieldPath(String fieldPath)
The path to the registration form field.
|
DeleteRegistrationFieldValueResult |
withRegistrationArn(String registrationArn)
The Amazon Resource Name (ARN) for the registration.
|
DeleteRegistrationFieldValueResult |
withRegistrationAttachmentId(String registrationAttachmentId)
The unique identifier for the registration attachment.
|
DeleteRegistrationFieldValueResult |
withRegistrationId(String registrationId)
The unique identifier for the registration.
|
DeleteRegistrationFieldValueResult |
withSelectChoices(Collection<String> selectChoices)
An array of values for the form field.
|
DeleteRegistrationFieldValueResult |
withSelectChoices(String... selectChoices)
An array of values for the form field.
|
DeleteRegistrationFieldValueResult |
withTextValue(String textValue)
The text data for a free form field.
|
DeleteRegistrationFieldValueResult |
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 DeleteRegistrationFieldValueResult 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 DeleteRegistrationFieldValueResult 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 DeleteRegistrationFieldValueResult 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.
fieldPath
- The path to the registration form field.public String getFieldPath()
The path to the registration form field.
public DeleteRegistrationFieldValueResult withFieldPath(String fieldPath)
The path to the registration form field.
fieldPath
- The path to the registration form field.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 DeleteRegistrationFieldValueResult 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 DeleteRegistrationFieldValueResult 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 DeleteRegistrationFieldValueResult 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 DeleteRegistrationFieldValueResult 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 DeleteRegistrationFieldValueResult clone()