@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateAccountCustomizationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateAccountCustomizationRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateAccountCustomizationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
AccountCustomization |
getAccountCustomization()
The Amazon QuickSight customizations you're updating in the current Amazon Web Services Region.
|
String |
getAwsAccountId()
The ID for the Amazon Web Services account that you want to update Amazon QuickSight customizations for.
|
String |
getNamespace()
The namespace that you want to update Amazon QuickSight customizations for.
|
int |
hashCode() |
void |
setAccountCustomization(AccountCustomization accountCustomization)
The Amazon QuickSight customizations you're updating in the current Amazon Web Services Region.
|
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 that you want to update Amazon QuickSight customizations for.
|
String |
toString()
Returns a string representation of this object.
|
UpdateAccountCustomizationRequest |
withAccountCustomization(AccountCustomization accountCustomization)
The Amazon QuickSight customizations you're updating in the current Amazon Web Services Region.
|
UpdateAccountCustomizationRequest |
withAwsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that you want to update Amazon QuickSight customizations for.
|
UpdateAccountCustomizationRequest |
withNamespace(String namespace)
The namespace that you want to update Amazon QuickSight customizations for.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
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 UpdateAccountCustomizationRequest 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 that you want to update Amazon QuickSight customizations for.
namespace
- The namespace that you want to update Amazon QuickSight customizations for.public String getNamespace()
The namespace that you want to update Amazon QuickSight customizations for.
public UpdateAccountCustomizationRequest withNamespace(String namespace)
The namespace that you want to update Amazon QuickSight customizations for.
namespace
- The namespace that you want to update Amazon QuickSight customizations for.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 UpdateAccountCustomizationRequest 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 String toString()
toString
in class Object
Object.toString()
public UpdateAccountCustomizationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()