@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() |
boolean |
equals(Object obj) |
String |
getGroupId()
The identifier for a group in the identity store.
|
String |
getIdentityStoreId()
The globally unique identifier for the identity store, such as d-1234567890.
|
int |
hashCode() |
void |
setGroupId(String groupId)
The identifier for a group in the identity store.
|
void |
setIdentityStoreId(String identityStoreId)
The globally unique identifier for the identity store, such as d-1234567890.
|
String |
toString()
Returns a string representation of this object.
|
DescribeGroupRequest |
withGroupId(String groupId)
The identifier for a group in the identity store.
|
DescribeGroupRequest |
withIdentityStoreId(String identityStoreId)
The globally unique identifier for the identity store, such as d-1234567890.
|
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, withSdkRequestTimeout
public void setIdentityStoreId(String identityStoreId)
The globally unique identifier for the identity store, such as d-1234567890. In this example, d- is a fixed prefix, and 1234567890 is a randomly generated string which contains number and lower case letters. This value is generated at the time that a new identity store is created.
identityStoreId
- The globally unique identifier for the identity store, such as d-1234567890. In this example, d- is a
fixed prefix, and 1234567890 is a randomly generated string which contains number and lower case letters.
This value is generated at the time that a new identity store is created.public String getIdentityStoreId()
The globally unique identifier for the identity store, such as d-1234567890. In this example, d- is a fixed prefix, and 1234567890 is a randomly generated string which contains number and lower case letters. This value is generated at the time that a new identity store is created.
public DescribeGroupRequest withIdentityStoreId(String identityStoreId)
The globally unique identifier for the identity store, such as d-1234567890. In this example, d- is a fixed prefix, and 1234567890 is a randomly generated string which contains number and lower case letters. This value is generated at the time that a new identity store is created.
identityStoreId
- The globally unique identifier for the identity store, such as d-1234567890. In this example, d- is a
fixed prefix, and 1234567890 is a randomly generated string which contains number and lower case letters.
This value is generated at the time that a new identity store is created.public void setGroupId(String groupId)
The identifier for a group in the identity store.
groupId
- The identifier for a group in the identity store.public String getGroupId()
The identifier for a group in the identity store.
public DescribeGroupRequest withGroupId(String groupId)
The identifier for a group in the identity store.
groupId
- The identifier for a group in the identity store.public String toString()
toString
in class Object
Object.toString()
public DescribeGroupRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2020. All rights reserved.