@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeGroupResult() |
Modifier and Type | Method and Description |
---|---|
DescribeGroupResult |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
A string containing a description of the group.
|
String |
getDisplayName()
The group’s display name value.
|
List<ExternalId> |
getExternalIds()
A list of
ExternalId objects that contains the identifiers issued to this resource by an external
identity provider. |
String |
getGroupId()
The identifier for a group in the identity store.
|
String |
getIdentityStoreId()
The globally unique identifier for the identity store.
|
int |
hashCode() |
void |
setDescription(String description)
A string containing a description of the group.
|
void |
setDisplayName(String displayName)
The group’s display name value.
|
void |
setExternalIds(Collection<ExternalId> externalIds)
A list of
ExternalId objects that contains the identifiers issued to this resource by an external
identity provider. |
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.
|
String |
toString()
Returns a string representation of this object.
|
DescribeGroupResult |
withDescription(String description)
A string containing a description of the group.
|
DescribeGroupResult |
withDisplayName(String displayName)
The group’s display name value.
|
DescribeGroupResult |
withExternalIds(Collection<ExternalId> externalIds)
A list of
ExternalId objects that contains the identifiers issued to this resource by an external
identity provider. |
DescribeGroupResult |
withExternalIds(ExternalId... externalIds)
A list of
ExternalId objects that contains the identifiers issued to this resource by an external
identity provider. |
DescribeGroupResult |
withGroupId(String groupId)
The identifier for a group in the identity store.
|
DescribeGroupResult |
withIdentityStoreId(String identityStoreId)
The globally unique identifier for the identity store.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 DescribeGroupResult withGroupId(String groupId)
The identifier for a group in the identity store.
groupId
- The identifier for a group in the identity store.public void setDisplayName(String displayName)
The group’s display name value. The length limit is 1,024 characters. This value can consist of letters, accented characters, symbols, numbers, punctuation, tab, new line, carriage return, space, and nonbreaking space in this attribute. This value is specified at the time that the group is created and stored as an attribute of the group object in the identity store.
displayName
- The group’s display name value. The length limit is 1,024 characters. This value can consist of letters,
accented characters, symbols, numbers, punctuation, tab, new line, carriage return, space, and nonbreaking
space in this attribute. This value is specified at the time that the group is created and stored as an
attribute of the group object in the identity store.public String getDisplayName()
The group’s display name value. The length limit is 1,024 characters. This value can consist of letters, accented characters, symbols, numbers, punctuation, tab, new line, carriage return, space, and nonbreaking space in this attribute. This value is specified at the time that the group is created and stored as an attribute of the group object in the identity store.
public DescribeGroupResult withDisplayName(String displayName)
The group’s display name value. The length limit is 1,024 characters. This value can consist of letters, accented characters, symbols, numbers, punctuation, tab, new line, carriage return, space, and nonbreaking space in this attribute. This value is specified at the time that the group is created and stored as an attribute of the group object in the identity store.
displayName
- The group’s display name value. The length limit is 1,024 characters. This value can consist of letters,
accented characters, symbols, numbers, punctuation, tab, new line, carriage return, space, and nonbreaking
space in this attribute. This value is specified at the time that the group is created and stored as an
attribute of the group object in the identity store.public List<ExternalId> getExternalIds()
A list of ExternalId
objects that contains the identifiers issued to this resource by an external
identity provider.
ExternalId
objects that contains the identifiers issued to this resource by an
external identity provider.public void setExternalIds(Collection<ExternalId> externalIds)
A list of ExternalId
objects that contains the identifiers issued to this resource by an external
identity provider.
externalIds
- A list of ExternalId
objects that contains the identifiers issued to this resource by an
external identity provider.public DescribeGroupResult withExternalIds(ExternalId... externalIds)
A list of ExternalId
objects that contains the identifiers issued to this resource by an external
identity provider.
NOTE: This method appends the values to the existing list (if any). Use
setExternalIds(java.util.Collection)
or withExternalIds(java.util.Collection)
if you want to
override the existing values.
externalIds
- A list of ExternalId
objects that contains the identifiers issued to this resource by an
external identity provider.public DescribeGroupResult withExternalIds(Collection<ExternalId> externalIds)
A list of ExternalId
objects that contains the identifiers issued to this resource by an external
identity provider.
externalIds
- A list of ExternalId
objects that contains the identifiers issued to this resource by an
external identity provider.public void setDescription(String description)
A string containing a description of the group.
description
- A string containing a description of the group.public String getDescription()
A string containing a description of the group.
public DescribeGroupResult withDescription(String description)
A string containing a description of the group.
description
- A string containing a description of the group.public void setIdentityStoreId(String identityStoreId)
The globally unique identifier for the identity store.
identityStoreId
- The globally unique identifier for the identity store.public String getIdentityStoreId()
The globally unique identifier for the identity store.
public DescribeGroupResult withIdentityStoreId(String identityStoreId)
The globally unique identifier for the identity store.
identityStoreId
- The globally unique identifier for the identity store.public String toString()
toString
in class Object
Object.toString()
public DescribeGroupResult clone()