@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteFieldRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteFieldRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteFieldRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDomainId()
The unique identifier of the Cases domain.
|
String |
getFieldId()
Unique identifier of the field.
|
int |
hashCode() |
void |
setDomainId(String domainId)
The unique identifier of the Cases domain.
|
void |
setFieldId(String fieldId)
Unique identifier of the field.
|
String |
toString()
Returns a string representation of this object.
|
DeleteFieldRequest |
withDomainId(String domainId)
The unique identifier of the Cases domain.
|
DeleteFieldRequest |
withFieldId(String fieldId)
Unique identifier of the 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 setDomainId(String domainId)
The unique identifier of the Cases domain.
domainId
- The unique identifier of the Cases domain.public String getDomainId()
The unique identifier of the Cases domain.
public DeleteFieldRequest withDomainId(String domainId)
The unique identifier of the Cases domain.
domainId
- The unique identifier of the Cases domain.public void setFieldId(String fieldId)
Unique identifier of the field.
fieldId
- Unique identifier of the field.public String getFieldId()
Unique identifier of the field.
public DeleteFieldRequest withFieldId(String fieldId)
Unique identifier of the field.
fieldId
- Unique identifier of the field.public String toString()
toString
in class Object
Object.toString()
public DeleteFieldRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()