@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteRegistrationFieldValueRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteRegistrationFieldValueRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteRegistrationFieldValueRequest |
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 |
getRegistrationId()
The unique identifier for the registration.
|
int |
hashCode() |
void |
setFieldPath(String fieldPath)
The path to the registration form field.
|
void |
setRegistrationId(String registrationId)
The unique identifier for the registration.
|
String |
toString()
Returns a string representation of this object.
|
DeleteRegistrationFieldValueRequest |
withFieldPath(String fieldPath)
The path to the registration form field.
|
DeleteRegistrationFieldValueRequest |
withRegistrationId(String registrationId)
The unique identifier for the registration.
|
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, withSdkRequestTimeoutpublic 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 DeleteRegistrationFieldValueRequest 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 DeleteRegistrationFieldValueRequest 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 String toString()
toString in class ObjectObject.toString()public DeleteRegistrationFieldValueRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()