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