@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchPutFieldOptionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
BatchPutFieldOptionsRequest() |
Modifier and Type | Method and Description |
---|---|
BatchPutFieldOptionsRequest |
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()
The unique identifier of a field.
|
List<FieldOption> |
getOptions()
A list of
FieldOption objects. |
int |
hashCode() |
void |
setDomainId(String domainId)
The unique identifier of the Cases domain.
|
void |
setFieldId(String fieldId)
The unique identifier of a field.
|
void |
setOptions(Collection<FieldOption> options)
A list of
FieldOption objects. |
String |
toString()
Returns a string representation of this object.
|
BatchPutFieldOptionsRequest |
withDomainId(String domainId)
The unique identifier of the Cases domain.
|
BatchPutFieldOptionsRequest |
withFieldId(String fieldId)
The unique identifier of a field.
|
BatchPutFieldOptionsRequest |
withOptions(Collection<FieldOption> options)
A list of
FieldOption objects. |
BatchPutFieldOptionsRequest |
withOptions(FieldOption... options)
A list of
FieldOption objects. |
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 BatchPutFieldOptionsRequest 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 BatchPutFieldOptionsRequest withFieldId(String fieldId)
The unique identifier of a field.
fieldId
- The unique identifier of a field.public List<FieldOption> getOptions()
A list of FieldOption
objects.
FieldOption
objects.public void setOptions(Collection<FieldOption> options)
A list of FieldOption
objects.
options
- A list of FieldOption
objects.public BatchPutFieldOptionsRequest withOptions(FieldOption... options)
A list of FieldOption
objects.
NOTE: This method appends the values to the existing list (if any). Use
setOptions(java.util.Collection)
or withOptions(java.util.Collection)
if you want to override
the existing values.
options
- A list of FieldOption
objects.public BatchPutFieldOptionsRequest withOptions(Collection<FieldOption> options)
A list of FieldOption
objects.
options
- A list of FieldOption
objects.public String toString()
toString
in class Object
Object.toString()
public BatchPutFieldOptionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()