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