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