@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeClientBrandingRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeClientBrandingRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeClientBrandingRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getResourceId()
The directory identifier of the WorkSpace for which you want to view client branding information.
|
int |
hashCode() |
void |
setResourceId(String resourceId)
The directory identifier of the WorkSpace for which you want to view client branding information.
|
String |
toString()
Returns a string representation of this object.
|
DescribeClientBrandingRequest |
withResourceId(String resourceId)
The directory identifier of the WorkSpace for which you want to view client branding information.
|
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 setResourceId(String resourceId)
The directory identifier of the WorkSpace for which you want to view client branding information.
resourceId
- The directory identifier of the WorkSpace for which you want to view client branding information.public String getResourceId()
The directory identifier of the WorkSpace for which you want to view client branding information.
public DescribeClientBrandingRequest withResourceId(String resourceId)
The directory identifier of the WorkSpace for which you want to view client branding information.
resourceId
- The directory identifier of the WorkSpace for which you want to view client branding information.public String toString()
toString
in class Object
Object.toString()
public DescribeClientBrandingRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()