@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateLayoutRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateLayoutRequest() |
Modifier and Type | Method and Description |
---|---|
CreateLayoutRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
LayoutContent |
getContent()
Information about which fields will be present in the layout, and information about the order of the fields.
|
String |
getDomainId()
The unique identifier of the Cases domain.
|
String |
getName()
The name of the layout.
|
int |
hashCode() |
void |
setContent(LayoutContent content)
Information about which fields will be present in the layout, and information about the order of the fields.
|
void |
setDomainId(String domainId)
The unique identifier of the Cases domain.
|
void |
setName(String name)
The name of the layout.
|
String |
toString()
Returns a string representation of this object.
|
CreateLayoutRequest |
withContent(LayoutContent content)
Information about which fields will be present in the layout, and information about the order of the fields.
|
CreateLayoutRequest |
withDomainId(String domainId)
The unique identifier of the Cases domain.
|
CreateLayoutRequest |
withName(String name)
The name of the layout.
|
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 setContent(LayoutContent content)
Information about which fields will be present in the layout, and information about the order of the fields.
content
- Information about which fields will be present in the layout, and information about the order of the
fields.public LayoutContent getContent()
Information about which fields will be present in the layout, and information about the order of the fields.
public CreateLayoutRequest withContent(LayoutContent content)
Information about which fields will be present in the layout, and information about the order of the fields.
content
- Information about which fields will be present in the layout, and information about the order of the
fields.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 CreateLayoutRequest 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 layout. It must be unique for the Cases domain.
name
- The name of the layout. It must be unique for the Cases domain.public String getName()
The name of the layout. It must be unique for the Cases domain.
public CreateLayoutRequest withName(String name)
The name of the layout. It must be unique for the Cases domain.
name
- The name of the layout. It must be unique for the Cases domain.public String toString()
toString
in class Object
Object.toString()
public CreateLayoutRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()