@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeGroupRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeGroupRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getGroupId()
The identifier for the group to be described.
|
String |
getOrganizationId()
The identifier for the organization under which the group exists.
|
int |
hashCode() |
void |
setGroupId(String groupId)
The identifier for the group to be described.
|
void |
setOrganizationId(String organizationId)
The identifier for the organization under which the group exists.
|
String |
toString()
Returns a string representation of this object.
|
DescribeGroupRequest |
withGroupId(String groupId)
The identifier for the group to be described.
|
DescribeGroupRequest |
withOrganizationId(String organizationId)
The identifier for the organization under which the group exists.
|
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 identifier for the organization under which the group exists.
organizationId
- The identifier for the organization under which the group exists.public String getOrganizationId()
The identifier for the organization under which the group exists.
public DescribeGroupRequest withOrganizationId(String organizationId)
The identifier for the organization under which the group exists.
organizationId
- The identifier for the organization under which the group exists.public void setGroupId(String groupId)
The identifier for the group to be described.
The identifier can accept GroupId, Groupname, or email. The following identity formats are available:
Group ID: 12345678-1234-1234-1234-123456789012 or S-1-1-12-1234567890-123456789-123456789-1234
Email address: group@domain.tld
Group name: group
groupId
- The identifier for the group to be described.
The identifier can accept GroupId, Groupname, or email. The following identity formats are available:
Group ID: 12345678-1234-1234-1234-123456789012 or S-1-1-12-1234567890-123456789-123456789-1234
Email address: group@domain.tld
Group name: group
public String getGroupId()
The identifier for the group to be described.
The identifier can accept GroupId, Groupname, or email. The following identity formats are available:
Group ID: 12345678-1234-1234-1234-123456789012 or S-1-1-12-1234567890-123456789-123456789-1234
Email address: group@domain.tld
Group name: group
The identifier can accept GroupId, Groupname, or email. The following identity formats are available:
Group ID: 12345678-1234-1234-1234-123456789012 or S-1-1-12-1234567890-123456789-123456789-1234
Email address: group@domain.tld
Group name: group
public DescribeGroupRequest withGroupId(String groupId)
The identifier for the group to be described.
The identifier can accept GroupId, Groupname, or email. The following identity formats are available:
Group ID: 12345678-1234-1234-1234-123456789012 or S-1-1-12-1234567890-123456789-123456789-1234
Email address: group@domain.tld
Group name: group
groupId
- The identifier for the group to be described.
The identifier can accept GroupId, Groupname, or email. The following identity formats are available:
Group ID: 12345678-1234-1234-1234-123456789012 or S-1-1-12-1234567890-123456789-123456789-1234
Email address: group@domain.tld
Group name: group
public String toString()
toString
in class Object
Object.toString()
public DescribeGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()