@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 |
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.
|
DeleteGroupRequest |
withGroupId(String groupId)
The identifier of the group to be deleted.
|
DeleteGroupRequest |
withOrganizationId(String organizationId)
The organization that contains the group.
|
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, 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()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.