@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateAccountCustomizationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateAccountCustomizationResult() |
Modifier and Type | Method and Description |
---|---|
UpdateAccountCustomizationResult |
clone() |
boolean |
equals(Object obj) |
AccountCustomization |
getAccountCustomization()
The Amazon QuickSight customizations you're updating in the current Amazon Web Services Region.
|
String |
getArn()
The Amazon Resource Name (ARN) for the updated customization for this Amazon Web Services account.
|
String |
getAwsAccountId()
The ID for the Amazon Web Services account that you want to update Amazon QuickSight customizations for.
|
String |
getNamespace()
The namespace associated with the customization that you're updating.
|
String |
getRequestId()
The Amazon Web Services request ID for this operation.
|
Integer |
getStatus()
The HTTP status of the request.
|
int |
hashCode() |
void |
setAccountCustomization(AccountCustomization accountCustomization)
The Amazon QuickSight customizations you're updating in the current Amazon Web Services Region.
|
void |
setArn(String arn)
The Amazon Resource Name (ARN) for the updated customization for this Amazon Web Services account.
|
void |
setAwsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that you want to update Amazon QuickSight customizations for.
|
void |
setNamespace(String namespace)
The namespace associated with the customization that you're updating.
|
void |
setRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
void |
setStatus(Integer status)
The HTTP status of the request.
|
String |
toString()
Returns a string representation of this object.
|
UpdateAccountCustomizationResult |
withAccountCustomization(AccountCustomization accountCustomization)
The Amazon QuickSight customizations you're updating in the current Amazon Web Services Region.
|
UpdateAccountCustomizationResult |
withArn(String arn)
The Amazon Resource Name (ARN) for the updated customization for this Amazon Web Services account.
|
UpdateAccountCustomizationResult |
withAwsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that you want to update Amazon QuickSight customizations for.
|
UpdateAccountCustomizationResult |
withNamespace(String namespace)
The namespace associated with the customization that you're updating.
|
UpdateAccountCustomizationResult |
withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
UpdateAccountCustomizationResult |
withStatus(Integer status)
The HTTP status of the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setArn(String arn)
The Amazon Resource Name (ARN) for the updated customization for this Amazon Web Services account.
arn
- The Amazon Resource Name (ARN) for the updated customization for this Amazon Web Services account.public String getArn()
The Amazon Resource Name (ARN) for the updated customization for this Amazon Web Services account.
public UpdateAccountCustomizationResult withArn(String arn)
The Amazon Resource Name (ARN) for the updated customization for this Amazon Web Services account.
arn
- The Amazon Resource Name (ARN) for the updated customization for this Amazon Web Services account.public void setAwsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that you want to update Amazon QuickSight customizations for.
awsAccountId
- The ID for the Amazon Web Services account that you want to update Amazon QuickSight customizations for.public String getAwsAccountId()
The ID for the Amazon Web Services account that you want to update Amazon QuickSight customizations for.
public UpdateAccountCustomizationResult withAwsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that you want to update Amazon QuickSight customizations for.
awsAccountId
- The ID for the Amazon Web Services account that you want to update Amazon QuickSight customizations for.public void setNamespace(String namespace)
The namespace associated with the customization that you're updating.
namespace
- The namespace associated with the customization that you're updating.public String getNamespace()
The namespace associated with the customization that you're updating.
public UpdateAccountCustomizationResult withNamespace(String namespace)
The namespace associated with the customization that you're updating.
namespace
- The namespace associated with the customization that you're updating.public void setAccountCustomization(AccountCustomization accountCustomization)
The Amazon QuickSight customizations you're updating in the current Amazon Web Services Region.
accountCustomization
- The Amazon QuickSight customizations you're updating in the current Amazon Web Services Region.public AccountCustomization getAccountCustomization()
The Amazon QuickSight customizations you're updating in the current Amazon Web Services Region.
public UpdateAccountCustomizationResult withAccountCustomization(AccountCustomization accountCustomization)
The Amazon QuickSight customizations you're updating in the current Amazon Web Services Region.
accountCustomization
- The Amazon QuickSight customizations you're updating in the current Amazon Web Services Region.public void setRequestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId
- The Amazon Web Services request ID for this operation.public String getRequestId()
The Amazon Web Services request ID for this operation.
public UpdateAccountCustomizationResult withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId
- The Amazon Web Services 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 UpdateAccountCustomizationResult 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 UpdateAccountCustomizationResult clone()