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