@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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAwsAccountId()
The ID for the AWS account that you want to describe QuickSight customizations for.
|
String |
getNamespace()
The QuickSight namespace that you want to describe QuickSight customizations for.
|
Boolean |
getResolved()
The
Resolved flag works with the other parameters to determine which view of QuickSight
customizations is returned. |
int |
hashCode() |
Boolean |
isResolved()
The
Resolved flag works with the other parameters to determine which view of QuickSight
customizations is returned. |
void |
setAwsAccountId(String awsAccountId)
The ID for the AWS account that you want to describe QuickSight customizations for.
|
void |
setNamespace(String namespace)
The QuickSight namespace that you want to describe QuickSight customizations for.
|
void |
setResolved(Boolean resolved)
The
Resolved flag works with the other parameters to determine which view of QuickSight
customizations is returned. |
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 QuickSight namespace that you want to describe QuickSight customizations for.
|
DescribeAccountCustomizationRequest |
withResolved(Boolean resolved)
The
Resolved flag works with the other parameters to determine which view of QuickSight
customizations is returned. |
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 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 QuickSight namespace that you want to describe QuickSight customizations for.
namespace
- The QuickSight namespace that you want to describe QuickSight customizations for.public String getNamespace()
The QuickSight namespace that you want to describe QuickSight customizations for.
public DescribeAccountCustomizationRequest withNamespace(String namespace)
The QuickSight namespace that you want to describe QuickSight customizations for.
namespace
- The QuickSight namespace that you want to describe QuickSight customizations for.public void setResolved(Boolean resolved)
The Resolved
flag works with the other parameters to determine which view of QuickSight
customizations is returned. You can add this flag to your command to use the same view that QuickSight uses to
identify which customizations to apply to the console. Omit this flag, or set it to no-resolved
, to
reveal customizations that are configured at different levels.
resolved
- The Resolved
flag works with the other parameters to determine which view of QuickSight
customizations is returned. You can add this flag to your command to use the same view that QuickSight
uses to identify which customizations to apply to the console. Omit this flag, or set it to
no-resolved
, to reveal customizations that are configured at different levels.public Boolean getResolved()
The Resolved
flag works with the other parameters to determine which view of QuickSight
customizations is returned. You can add this flag to your command to use the same view that QuickSight uses to
identify which customizations to apply to the console. Omit this flag, or set it to no-resolved
, to
reveal customizations that are configured at different levels.
Resolved
flag works with the other parameters to determine which view of QuickSight
customizations is returned. You can add this flag to your command to use the same view that QuickSight
uses to identify which customizations to apply to the console. Omit this flag, or set it to
no-resolved
, to reveal customizations that are configured at different levels.public DescribeAccountCustomizationRequest withResolved(Boolean resolved)
The Resolved
flag works with the other parameters to determine which view of QuickSight
customizations is returned. You can add this flag to your command to use the same view that QuickSight uses to
identify which customizations to apply to the console. Omit this flag, or set it to no-resolved
, to
reveal customizations that are configured at different levels.
resolved
- The Resolved
flag works with the other parameters to determine which view of QuickSight
customizations is returned. You can add this flag to your command to use the same view that QuickSight
uses to identify which customizations to apply to the console. Omit this flag, or set it to
no-resolved
, to reveal customizations that are configured at different levels.public Boolean isResolved()
The Resolved
flag works with the other parameters to determine which view of QuickSight
customizations is returned. You can add this flag to your command to use the same view that QuickSight uses to
identify which customizations to apply to the console. Omit this flag, or set it to no-resolved
, to
reveal customizations that are configured at different levels.
Resolved
flag works with the other parameters to determine which view of QuickSight
customizations is returned. You can add this flag to your command to use the same view that QuickSight
uses to identify which customizations to apply to the console. Omit this flag, or set it to
no-resolved
, to reveal customizations that are configured at different levels.public String toString()
toString
in class Object
Object.toString()
public DescribeAccountCustomizationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()