@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 QuickSight customizations that exist in the current AWS Region.
|
String |
getArn()
The Amazon Resource Name (ARN) of the customization that's associated with this AWS account.
|
String |
getAwsAccountId()
The ID for the AWS account that you're describing.
|
String |
getNamespace()
The QuickSight namespace 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 QuickSight customizations that exist in the current AWS Region.
|
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the customization that's associated with this AWS account.
|
void |
setAwsAccountId(String awsAccountId)
The ID for the AWS account that you're describing.
|
void |
setNamespace(String namespace)
The QuickSight namespace 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 QuickSight customizations that exist in the current AWS Region.
|
DescribeAccountCustomizationResult |
withArn(String arn)
The Amazon Resource Name (ARN) of the customization that's associated with this AWS account.
|
DescribeAccountCustomizationResult |
withAwsAccountId(String awsAccountId)
The ID for the AWS account that you're describing.
|
DescribeAccountCustomizationResult |
withNamespace(String namespace)
The QuickSight namespace 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, setSdkResponseMetadata
public void setArn(String arn)
The Amazon Resource Name (ARN) of the customization that's associated with this AWS account.
arn
- The Amazon Resource Name (ARN) of the customization that's associated with this AWS account.public String getArn()
The Amazon Resource Name (ARN) of the customization that's associated with this AWS account.
public DescribeAccountCustomizationResult withArn(String arn)
The Amazon Resource Name (ARN) of the customization that's associated with this AWS account.
arn
- The Amazon Resource Name (ARN) of the customization that's associated with this AWS account.public void setAwsAccountId(String awsAccountId)
The ID for the AWS account that you're describing.
awsAccountId
- The ID for the AWS account that you're describing.public String getAwsAccountId()
The ID for the AWS account that you're describing.
public DescribeAccountCustomizationResult withAwsAccountId(String awsAccountId)
The ID for the AWS account that you're describing.
awsAccountId
- The ID for the AWS account that you're describing.public void setNamespace(String namespace)
The QuickSight namespace that you're describing.
namespace
- The QuickSight namespace that you're describing.public String getNamespace()
The QuickSight namespace that you're describing.
public DescribeAccountCustomizationResult withNamespace(String namespace)
The QuickSight namespace that you're describing.
namespace
- The QuickSight namespace that you're describing.public void setAccountCustomization(AccountCustomization accountCustomization)
The QuickSight customizations that exist in the current AWS Region.
accountCustomization
- The QuickSight customizations that exist in the current AWS Region.public AccountCustomization getAccountCustomization()
The QuickSight customizations that exist in the current AWS Region.
public DescribeAccountCustomizationResult withAccountCustomization(AccountCustomization accountCustomization)
The QuickSight customizations that exist in the current AWS Region.
accountCustomization
- The QuickSight customizations that exist in the current AWS Region.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 Object
Object.toString()
public DescribeAccountCustomizationResult clone()