@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteUserByPrincipalIdRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteUserByPrincipalIdRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteUserByPrincipalIdRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAwsAccountId()
The ID for the AWS account that the user is in.
|
String |
getNamespace()
The namespace.
|
String |
getPrincipalId()
The principal ID of the user.
|
int |
hashCode() |
void |
setAwsAccountId(String awsAccountId)
The ID for the AWS account that the user is in.
|
void |
setNamespace(String namespace)
The namespace.
|
void |
setPrincipalId(String principalId)
The principal ID of the user.
|
String |
toString()
Returns a string representation of this object.
|
DeleteUserByPrincipalIdRequest |
withAwsAccountId(String awsAccountId)
The ID for the AWS account that the user is in.
|
DeleteUserByPrincipalIdRequest |
withNamespace(String namespace)
The namespace.
|
DeleteUserByPrincipalIdRequest |
withPrincipalId(String principalId)
The principal ID of the user.
|
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 setPrincipalId(String principalId)
The principal ID of the user.
principalId
- The principal ID of the user.public String getPrincipalId()
The principal ID of the user.
public DeleteUserByPrincipalIdRequest withPrincipalId(String principalId)
The principal ID of the user.
principalId
- The principal ID of the user.public void setAwsAccountId(String awsAccountId)
The ID for the AWS account that the user is in. Currently, you use the ID for the AWS account that contains your Amazon QuickSight account.
awsAccountId
- The ID for the AWS account that the user is in. Currently, you use the ID for the AWS account that
contains your Amazon QuickSight account.public String getAwsAccountId()
The ID for the AWS account that the user is in. Currently, you use the ID for the AWS account that contains your Amazon QuickSight account.
public DeleteUserByPrincipalIdRequest withAwsAccountId(String awsAccountId)
The ID for the AWS account that the user is in. Currently, you use the ID for the AWS account that contains your Amazon QuickSight account.
awsAccountId
- The ID for the AWS account that the user is in. Currently, you use the ID for the AWS account that
contains your Amazon QuickSight account.public void setNamespace(String namespace)
The namespace. Currently, you should set this to default
.
namespace
- The namespace. Currently, you should set this to default
.public String getNamespace()
The namespace. Currently, you should set this to default
.
default
.public DeleteUserByPrincipalIdRequest withNamespace(String namespace)
The namespace. Currently, you should set this to default
.
namespace
- The namespace. Currently, you should set this to default
.public String toString()
toString
in class Object
Object.toString()
public DeleteUserByPrincipalIdRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.