@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAccountCustomizationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeAccountCustomizationResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeAccountCustomizationResult |
clone() |
boolean |
equals(Object obj) |
AccountCustomization |
getAccountCustomization()
The customizations associated with QuickSight.
|
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.
|
String |
getRequestId()
The AWS request ID for this operation.
|
Integer |
getStatus()
The HTTP status of the request.
|
int |
hashCode() |
void |
setAccountCustomization(AccountCustomization accountCustomization)
The customizations associated with QuickSight.
|
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 |
setRequestId(String requestId)
The AWS request ID for this operation.
|
void |
setStatus(Integer status)
The HTTP status of the request.
|
String |
toString()
Returns a string representation of this object.
|
DescribeAccountCustomizationResult |
withAccountCustomization(AccountCustomization accountCustomization)
The customizations associated with QuickSight.
|
DescribeAccountCustomizationResult |
withAwsAccountId(String awsAccountId)
The ID for the AWS account that you want to describe QuickSight customizations for.
|
DescribeAccountCustomizationResult |
withNamespace(String namespace)
The namespace associated with the customization that you're describing.
|
DescribeAccountCustomizationResult |
withRequestId(String requestId)
The AWS request ID for this operation.
|
DescribeAccountCustomizationResult |
withStatus(Integer status)
The HTTP status of the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 DescribeAccountCustomizationResult 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 DescribeAccountCustomizationResult 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 setAccountCustomization(AccountCustomization accountCustomization)
The customizations associated with QuickSight.
accountCustomization - The customizations associated with QuickSight.public AccountCustomization getAccountCustomization()
The customizations associated with QuickSight.
public DescribeAccountCustomizationResult withAccountCustomization(AccountCustomization accountCustomization)
The customizations associated with QuickSight.
accountCustomization - The customizations associated with QuickSight.public void setRequestId(String requestId)
The AWS request ID for this operation.
requestId - The AWS request ID for this operation.public String getRequestId()
The AWS request ID for this operation.
public DescribeAccountCustomizationResult withRequestId(String requestId)
The AWS request ID for this operation.
requestId - The AWS request ID for this operation.public void setStatus(Integer status)
The HTTP status of the request.
status - The HTTP status of the request.public Integer getStatus()
The HTTP status of the request.
public DescribeAccountCustomizationResult withStatus(Integer status)
The HTTP status of the request.
status - The HTTP status of the request.public String toString()
toString in class ObjectObject.toString()public DescribeAccountCustomizationResult clone()
Copyright © 2020. All rights reserved.