@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 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, 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 that contains
numbers 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 that
contains numbers 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 that contains
numbers and lower case letters. This value is generated at the time that a new identity store is created.
d-1234567890
. In this
example, d-
is a fixed prefix, and 1234567890
is a randomly generated string
that contains numbers 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 that contains
numbers 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 that
contains numbers 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()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()