@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, withSdkRequestTimeout
public 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 Object
Object.toString()
public DeleteGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()