@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteLayoutRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| DeleteLayoutRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| DeleteLayoutRequest | 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 | getLayoutId()
 The unique identifier of the layout. | 
| int | hashCode() | 
| void | setDomainId(String domainId)
 The unique identifier of the Cases domain. | 
| void | setLayoutId(String layoutId)
 The unique identifier of the layout. | 
| String | toString()Returns a string representation of this object. | 
| DeleteLayoutRequest | withDomainId(String domainId)
 The unique identifier of the Cases domain. | 
| DeleteLayoutRequest | withLayoutId(String layoutId)
 The unique identifier 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, withSdkRequestTimeoutpublic 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 DeleteLayoutRequest 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 DeleteLayoutRequest withLayoutId(String layoutId)
The unique identifier of the layout.
layoutId - The unique identifier of the layout.public String toString()
toString in class ObjectObject.toString()public DeleteLayoutRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()