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