@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 settings associated with the QuickSight subscription associated with 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 settings associated with the QuickSight subscription associated with 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 settings associated with the QuickSight subscription associated with 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, setSdkResponseMetadatapublic void setAccountSettings(AccountSettings accountSettings)
The settings associated with the QuickSight subscription associated with 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. The QuickSight console, the QuickSight subscription is sometimes referred to as a QuickSight "account" even though it is technically not an account, but a subscription in your AWS account.
accountSettings - The settings associated with the QuickSight subscription associated with 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. The QuickSight console, the QuickSight
subscription is sometimes referred to as a QuickSight "account" even though it is technically not an
account, but a subscription in your AWS account.public AccountSettings getAccountSettings()
The settings associated with the QuickSight subscription associated with 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. The QuickSight console, the QuickSight subscription is sometimes referred to as a QuickSight "account" even though it is technically not an account, but a subscription in your AWS account.
public DescribeAccountSettingsResult withAccountSettings(AccountSettings accountSettings)
The settings associated with the QuickSight subscription associated with 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. The QuickSight console, the QuickSight subscription is sometimes referred to as a QuickSight "account" even though it is technically not an account, but a subscription in your AWS account.
accountSettings - The settings associated with the QuickSight subscription associated with 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. The QuickSight console, the QuickSight
subscription is sometimes referred to as a QuickSight "account" even though it is technically not an
account, but a subscription in your AWS account.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 ObjectObject.toString()public DescribeAccountSettingsResult clone()
Copyright © 2020. All rights reserved.