@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteGroupMembershipRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteGroupMembershipRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteGroupMembershipRequest |
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 group is in.
|
String |
getGroupName()
The name of the group that you want to delete the user from.
|
String |
getMemberName()
The name of the user that you want to delete from the group membership.
|
String |
getNamespace()
The namespace.
|
int |
hashCode() |
void |
setAwsAccountId(String awsAccountId)
The ID for the AWS account that the group is in.
|
void |
setGroupName(String groupName)
The name of the group that you want to delete the user from.
|
void |
setMemberName(String memberName)
The name of the user that you want to delete from the group membership.
|
void |
setNamespace(String namespace)
The namespace.
|
String |
toString()
Returns a string representation of this object.
|
DeleteGroupMembershipRequest |
withAwsAccountId(String awsAccountId)
The ID for the AWS account that the group is in.
|
DeleteGroupMembershipRequest |
withGroupName(String groupName)
The name of the group that you want to delete the user from.
|
DeleteGroupMembershipRequest |
withMemberName(String memberName)
The name of the user that you want to delete from the group membership.
|
DeleteGroupMembershipRequest |
withNamespace(String namespace)
The namespace.
|
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 setMemberName(String memberName)
The name of the user that you want to delete from the group membership.
memberName
- The name of the user that you want to delete from the group membership.public String getMemberName()
The name of the user that you want to delete from the group membership.
public DeleteGroupMembershipRequest withMemberName(String memberName)
The name of the user that you want to delete from the group membership.
memberName
- The name of the user that you want to delete from the group membership.public void setGroupName(String groupName)
The name of the group that you want to delete the user from.
groupName
- The name of the group that you want to delete the user from.public String getGroupName()
The name of the group that you want to delete the user from.
public DeleteGroupMembershipRequest withGroupName(String groupName)
The name of the group that you want to delete the user from.
groupName
- The name of the group that you want to delete the user from.public void setAwsAccountId(String awsAccountId)
The ID for the AWS account that the group 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 group 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 group is in. Currently, you use the ID for the AWS account that contains your Amazon QuickSight account.
public DeleteGroupMembershipRequest withAwsAccountId(String awsAccountId)
The ID for the AWS account that the group 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 group 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 DeleteGroupMembershipRequest 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 DeleteGroupMembershipRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()