@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 |
getDisplayName()
Contains the group’s display name value.
|
String |
getGroupId()
The identifier for a group in the identity store.
|
int |
hashCode() |
void |
setDisplayName(String displayName)
Contains the group’s display name value.
|
void |
setGroupId(String groupId)
The identifier for a group in the identity store.
|
String |
toString()
Returns a string representation of this object.
|
DescribeGroupResult |
withDisplayName(String displayName)
Contains the group’s display name value.
|
DescribeGroupResult |
withGroupId(String groupId)
The identifier for a group in 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)
Contains the group’s display name value. The length limit is 1024 characters. This value can consist of letters, accented characters, symbols, numbers, punctuation, tab, new line, carriage return, space and non breaking space in this attribute. The characters “<>;:%” are excluded. This value is specified at the time the group is created and stored as an attribute of the group object in the identity store.
displayName
- Contains the group’s display name value. The length limit is 1024 characters. This value can consist of
letters, accented characters, symbols, numbers, punctuation, tab, new line, carriage return, space and non
breaking space in this attribute. The characters “<>;:%” are excluded. This value is specified at
the time the group is created and stored as an attribute of the group object in the identity store.public String getDisplayName()
Contains the group’s display name value. The length limit is 1024 characters. This value can consist of letters, accented characters, symbols, numbers, punctuation, tab, new line, carriage return, space and non breaking space in this attribute. The characters “<>;:%” are excluded. This value is specified at the time the group is created and stored as an attribute of the group object in the identity store.
public DescribeGroupResult withDisplayName(String displayName)
Contains the group’s display name value. The length limit is 1024 characters. This value can consist of letters, accented characters, symbols, numbers, punctuation, tab, new line, carriage return, space and non breaking space in this attribute. The characters “<>;:%” are excluded. This value is specified at the time the group is created and stored as an attribute of the group object in the identity store.
displayName
- Contains the group’s display name value. The length limit is 1024 characters. This value can consist of
letters, accented characters, symbols, numbers, punctuation, tab, new line, carriage return, space and non
breaking space in this attribute. The characters “<>;:%” are excluded. This value is specified at
the time the group is created and stored as an attribute of the group object in the identity store.public String toString()
toString
in class Object
Object.toString()
public DescribeGroupResult clone()