|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.identitymanagement.model.Group
public class Group
The Group data type contains information about a group.
This data type is used as a response element in the following actions:
Constructor Summary | |
---|---|
Group()
|
Method Summary | |
---|---|
String |
getArn()
The Amazon Resource Name (ARN) specifying the group. |
String |
getGroupId()
The stable and unique string identifying the group. |
String |
getGroupName()
The name that identifies the group. |
String |
getPath()
Path to the group. |
void |
setArn(String arn)
The Amazon Resource Name (ARN) specifying the group. |
void |
setGroupId(String groupId)
The stable and unique string identifying the group. |
void |
setGroupName(String groupName)
The name that identifies the group. |
void |
setPath(String path)
Path to the group. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
Group |
withArn(String arn)
The Amazon Resource Name (ARN) specifying the group. |
Group |
withGroupId(String groupId)
The stable and unique string identifying the group. |
Group |
withGroupName(String groupName)
The name that identifies the group. |
Group |
withPath(String path)
Path to the group. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Group()
Method Detail |
---|
public String getPath()
Constraints:
Length: 1 - 512
Pattern: (/)|(/[!-]+/)
public void setPath(String path)
Constraints:
Length: 1 - 512
Pattern: (/)|(/[!-]+/)
path
- Path to the group. For more information about paths, see Identifiers
for Users and Groups in the AWS Identity and Access Management User
Guide.public Group withPath(String path)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 512
Pattern: (/)|(/[!-]+/)
path
- Path to the group. For more information about paths, see Identifiers
for Users and Groups in the AWS Identity and Access Management User
Guide.
public String getGroupName()
Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]*
public void setGroupName(String groupName)
Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]*
groupName
- The name that identifies the group.public Group withGroupName(String groupName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]*
groupName
- The name that identifies the group.
public String getGroupId()
Constraints:
Length: 16 - 32
Pattern: [\w]*
public void setGroupId(String groupId)
Constraints:
Length: 16 - 32
Pattern: [\w]*
groupId
- The stable and unique string identifying the group. For more
information about IDs, see Identifiers for Users and Groups in the AWS
Identity and Access Management User Guide.public Group withGroupId(String groupId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 16 - 32
Pattern: [\w]*
groupId
- The stable and unique string identifying the group. For more
information about IDs, see Identifiers for Users and Groups in the AWS
Identity and Access Management User Guide.
public String getArn()
Constraints:
Length: 20 - 2048
public void setArn(String arn)
Constraints:
Length: 20 - 2048
arn
- The Amazon Resource Name (ARN) specifying the group. For more
information about ARNs and how to use them in policies, see
Identifiers for Users and Groups in the AWS
Identity and Access Management User Guide.public Group withArn(String arn)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 20 - 2048
arn
- The Amazon Resource Name (ARN) specifying the group. For more
information about ARNs and how to use them in policies, see
Identifiers for Users and Groups in the AWS
Identity and Access Management User Guide.
public String toString()
toString
in class Object
Object.toString()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |