@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 Amazon Web Services account;.
|
String |
getRequestId()
The Amazon Web Services request ID for this operation.
|
Integer |
getStatus()
The HTTP status of the request.
|
int |
hashCode() |
void |
setAccountSettings(AccountSettings accountSettings)
The QuickSight settings for this Amazon Web Services account;.
|
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.
|
DescribeAccountSettingsResult |
withAccountSettings(AccountSettings accountSettings)
The QuickSight settings for this Amazon Web Services account;.
|
DescribeAccountSettingsResult |
withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
DescribeAccountSettingsResult |
withStatus(Integer status)
The HTTP status of the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setAccountSettings(AccountSettings accountSettings)
The QuickSight settings for this Amazon Web Services 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 Amazon Web Services account;. The edition that you subscribe to applies to QuickSight in every Amazon Web Services Region; where you use it.
accountSettings - The QuickSight settings for this Amazon Web Services 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 Amazon Web Services account;. The edition that you
subscribe to applies to QuickSight in every Amazon Web Services Region; where you use it.public AccountSettings getAccountSettings()
The QuickSight settings for this Amazon Web Services 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 Amazon Web Services account;. The edition that you subscribe to applies to QuickSight in every Amazon Web Services Region; where you use it.
public DescribeAccountSettingsResult withAccountSettings(AccountSettings accountSettings)
The QuickSight settings for this Amazon Web Services 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 Amazon Web Services account;. The edition that you subscribe to applies to QuickSight in every Amazon Web Services Region; where you use it.
accountSettings - The QuickSight settings for this Amazon Web Services 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 Amazon Web Services account;. The edition that you
subscribe to applies to QuickSight in every Amazon Web Services Region; where you use it.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 DescribeAccountSettingsResult 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 DescribeAccountSettingsResult 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 DescribeAccountSettingsResult clone()
Copyright © 2021. All rights reserved.