@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetLayoutRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetLayoutRequest() |
Modifier and Type | Method and Description |
---|---|
GetLayoutRequest |
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.
|
GetLayoutRequest |
withDomainId(String domainId)
The unique identifier of the Cases domain.
|
GetLayoutRequest |
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, 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 GetLayoutRequest 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 GetLayoutRequest withLayoutId(String layoutId)
The unique identifier of the layout.
layoutId
- The unique identifier of the layout.public String toString()
toString
in class Object
Object.toString()
public GetLayoutRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()