@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAccountCustomizationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeAccountCustomizationRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeAccountCustomizationRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAwsAccountId()
The ID for the AWS account that you want to describe QuickSight customizations for.
|
String |
getNamespace()
The namespace associated with the customization that you're describing.
|
Boolean |
getResolved()
The status of the creation of the customization.
|
int |
hashCode() |
Boolean |
isResolved()
The status of the creation of the customization.
|
void |
setAwsAccountId(String awsAccountId)
The ID for the AWS account that you want to describe QuickSight customizations for.
|
void |
setNamespace(String namespace)
The namespace associated with the customization that you're describing.
|
void |
setResolved(Boolean resolved)
The status of the creation of the customization.
|
String |
toString()
Returns a string representation of this object.
|
DescribeAccountCustomizationRequest |
withAwsAccountId(String awsAccountId)
The ID for the AWS account that you want to describe QuickSight customizations for.
|
DescribeAccountCustomizationRequest |
withNamespace(String namespace)
The namespace associated with the customization that you're describing.
|
DescribeAccountCustomizationRequest |
withResolved(Boolean resolved)
The status of the creation of the customization.
|
addHandlerContext, copyBaseTo, 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 setAwsAccountId(String awsAccountId)
The ID for the AWS account that you want to describe QuickSight customizations for.
awsAccountId - The ID for the AWS account that you want to describe QuickSight customizations for.public String getAwsAccountId()
The ID for the AWS account that you want to describe QuickSight customizations for.
public DescribeAccountCustomizationRequest withAwsAccountId(String awsAccountId)
The ID for the AWS account that you want to describe QuickSight customizations for.
awsAccountId - The ID for the AWS account that you want to describe QuickSight customizations for.public void setNamespace(String namespace)
The namespace associated with the customization that you're describing.
namespace - The namespace associated with the customization that you're describing.public String getNamespace()
The namespace associated with the customization that you're describing.
public DescribeAccountCustomizationRequest withNamespace(String namespace)
The namespace associated with the customization that you're describing.
namespace - The namespace associated with the customization that you're describing.public void setResolved(Boolean resolved)
The status of the creation of the customization. This is an asynchronous process. A status of
CREATED means that your customization is ready to use.
resolved - The status of the creation of the customization. This is an asynchronous process. A status of
CREATED means that your customization is ready to use.public Boolean getResolved()
The status of the creation of the customization. This is an asynchronous process. A status of
CREATED means that your customization is ready to use.
CREATED means that your customization is ready to use.public DescribeAccountCustomizationRequest withResolved(Boolean resolved)
The status of the creation of the customization. This is an asynchronous process. A status of
CREATED means that your customization is ready to use.
resolved - The status of the creation of the customization. This is an asynchronous process. A status of
CREATED means that your customization is ready to use.public Boolean isResolved()
The status of the creation of the customization. This is an asynchronous process. A status of
CREATED means that your customization is ready to use.
CREATED means that your customization is ready to use.public String toString()
toString in class ObjectObject.toString()public DescribeAccountCustomizationRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.