@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() |
boolean |
equals(Object obj) |
String |
getGroupId()
The identifier of the group to be deleted.
|
String |
getOrganizationId()
The organization that contains the group.
|
int |
hashCode() |
void |
setGroupId(String groupId)
The identifier of the group to be deleted.
|
void |
setOrganizationId(String organizationId)
The organization that contains the group.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeleteGroupRequest |
withGroupId(String groupId)
The identifier of the group to be deleted.
|
DeleteGroupRequest |
withOrganizationId(String organizationId)
The organization that contains the group.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setOrganizationId(String organizationId)
The organization that contains the group.
organizationId - The organization that contains the group.public String getOrganizationId()
The organization that contains the group.
public DeleteGroupRequest withOrganizationId(String organizationId)
The organization that contains the group.
organizationId - The organization that contains the group.public void setGroupId(String groupId)
The identifier of the group to be deleted.
groupId - The identifier of the group to be deleted.public String getGroupId()
The identifier of the group to be deleted.
public DeleteGroupRequest withGroupId(String groupId)
The identifier of the group to be deleted.
groupId - The identifier of the group to be deleted.public String toString()
toString in class ObjectObject.toString()public DeleteGroupRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2017. All rights reserved.