@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.
The identifier can be the GroupId, or Groupname. The following identity formats are available:
Group ID: 12345678-1234-1234-1234-123456789012 or S-1-1-12-1234567890-123456789-123456789-1234
Group name: group
groupId
- The identifier of the group to be deleted.
The identifier can be the GroupId, or Groupname. The following identity formats are available:
Group ID: 12345678-1234-1234-1234-123456789012 or S-1-1-12-1234567890-123456789-123456789-1234
Group name: group
public String getGroupId()
The identifier of the group to be deleted.
The identifier can be the GroupId, or Groupname. The following identity formats are available:
Group ID: 12345678-1234-1234-1234-123456789012 or S-1-1-12-1234567890-123456789-123456789-1234
Group name: group
The identifier can be the GroupId, or Groupname. The following identity formats are available:
Group ID: 12345678-1234-1234-1234-123456789012 or S-1-1-12-1234567890-123456789-123456789-1234
Group name: group
public DeleteGroupRequest withGroupId(String groupId)
The identifier of the group to be deleted.
The identifier can be the GroupId, or Groupname. The following identity formats are available:
Group ID: 12345678-1234-1234-1234-123456789012 or S-1-1-12-1234567890-123456789-123456789-1234
Group name: group
groupId
- The identifier of the group to be deleted.
The identifier can be the GroupId, or Groupname. The following identity formats are available:
Group ID: 12345678-1234-1234-1234-123456789012 or S-1-1-12-1234567890-123456789-123456789-1234
Group name: group
public String toString()
toString
in class Object
Object.toString()
public DeleteGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()