@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAccountSettingsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeAccountSettingsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeAccountSettingsResult |
clone() |
boolean |
equals(Object obj) |
AccountSettings |
getAccountSettings()
The QuickSight settings for this AWS account.
|
String |
getRequestId()
The AWS request ID for this operation.
|
Integer |
getStatus()
The HTTP status of the request.
|
int |
hashCode() |
void |
setAccountSettings(AccountSettings accountSettings)
The QuickSight settings for this AWS account.
|
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.
|
DescribeAccountSettingsResult |
withAccountSettings(AccountSettings accountSettings)
The QuickSight settings for this AWS account.
|
DescribeAccountSettingsResult |
withRequestId(String requestId)
The AWS request ID for this operation.
|
DescribeAccountSettingsResult |
withStatus(Integer status)
The HTTP status of the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAccountSettings(AccountSettings accountSettings)
The QuickSight settings for this AWS account. This information includes the edition of Amazon QuickSight that you subscribed to (Standard or Enterprise) and the notification email for the QuickSight subscription. In the QuickSight console, the QuickSight subscription is sometimes referred to as a QuickSight "account" even though it's technically not an account by itself. Instead, it's a subscription to the QuickSight service for your AWS account. The edition that you subscribe to applies to QuickSight in every AWS Region where you use it.
accountSettings
- The QuickSight settings for this AWS account. This information includes the edition of Amazon QuickSight
that you subscribed to (Standard or Enterprise) and the notification email for the QuickSight
subscription. In the QuickSight console, the QuickSight subscription is sometimes referred to as a
QuickSight "account" even though it's technically not an account by itself. Instead, it's a subscription
to the QuickSight service for your AWS account. The edition that you subscribe to applies to QuickSight in
every AWS Region where you use it.public AccountSettings getAccountSettings()
The QuickSight settings for this AWS account. This information includes the edition of Amazon QuickSight that you subscribed to (Standard or Enterprise) and the notification email for the QuickSight subscription. In the QuickSight console, the QuickSight subscription is sometimes referred to as a QuickSight "account" even though it's technically not an account by itself. Instead, it's a subscription to the QuickSight service for your AWS account. The edition that you subscribe to applies to QuickSight in every AWS Region where you use it.
public DescribeAccountSettingsResult withAccountSettings(AccountSettings accountSettings)
The QuickSight settings for this AWS account. This information includes the edition of Amazon QuickSight that you subscribed to (Standard or Enterprise) and the notification email for the QuickSight subscription. In the QuickSight console, the QuickSight subscription is sometimes referred to as a QuickSight "account" even though it's technically not an account by itself. Instead, it's a subscription to the QuickSight service for your AWS account. The edition that you subscribe to applies to QuickSight in every AWS Region where you use it.
accountSettings
- The QuickSight settings for this AWS account. This information includes the edition of Amazon QuickSight
that you subscribed to (Standard or Enterprise) and the notification email for the QuickSight
subscription. In the QuickSight console, the QuickSight subscription is sometimes referred to as a
QuickSight "account" even though it's technically not an account by itself. Instead, it's a subscription
to the QuickSight service for your AWS account. The edition that you subscribe to applies to QuickSight in
every AWS Region where you use it.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 DescribeAccountSettingsResult 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 DescribeAccountSettingsResult 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 DescribeAccountSettingsResult clone()