@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GroupInformation extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
GroupInformation() |
Modifier and Type | Method and Description |
---|---|
GroupInformation |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
Arn of a group.
|
String |
getCreationTimestamp()
Timestamp of when the group was created.
|
String |
getId()
Id of a group.
|
String |
getLastUpdatedTimestamp()
Last updated timestamp of the group.
|
String |
getLatestVersion()
Last version of the group.
|
String |
getLatestVersionArn()
Latest version arn of the group.
|
String |
getName()
Name of a group.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
Arn of a group.
|
void |
setCreationTimestamp(String creationTimestamp)
Timestamp of when the group was created.
|
void |
setId(String id)
Id of a group.
|
void |
setLastUpdatedTimestamp(String lastUpdatedTimestamp)
Last updated timestamp of the group.
|
void |
setLatestVersion(String latestVersion)
Last version of the group.
|
void |
setLatestVersionArn(String latestVersionArn)
Latest version arn of the group.
|
void |
setName(String name)
Name of a group.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GroupInformation |
withArn(String arn)
Arn of a group.
|
GroupInformation |
withCreationTimestamp(String creationTimestamp)
Timestamp of when the group was created.
|
GroupInformation |
withId(String id)
Id of a group.
|
GroupInformation |
withLastUpdatedTimestamp(String lastUpdatedTimestamp)
Last updated timestamp of the group.
|
GroupInformation |
withLatestVersion(String latestVersion)
Last version of the group.
|
GroupInformation |
withLatestVersionArn(String latestVersionArn)
Latest version arn of the group.
|
GroupInformation |
withName(String name)
Name of a group.
|
public void setArn(String arn)
arn
- Arn of a group.public String getArn()
public GroupInformation withArn(String arn)
arn
- Arn of a group.public void setCreationTimestamp(String creationTimestamp)
creationTimestamp
- Timestamp of when the group was created.public String getCreationTimestamp()
public GroupInformation withCreationTimestamp(String creationTimestamp)
creationTimestamp
- Timestamp of when the group was created.public void setId(String id)
id
- Id of a group.public String getId()
public GroupInformation withId(String id)
id
- Id of a group.public void setLastUpdatedTimestamp(String lastUpdatedTimestamp)
lastUpdatedTimestamp
- Last updated timestamp of the group.public String getLastUpdatedTimestamp()
public GroupInformation withLastUpdatedTimestamp(String lastUpdatedTimestamp)
lastUpdatedTimestamp
- Last updated timestamp of the group.public void setLatestVersion(String latestVersion)
latestVersion
- Last version of the group.public String getLatestVersion()
public GroupInformation withLatestVersion(String latestVersion)
latestVersion
- Last version of the group.public void setLatestVersionArn(String latestVersionArn)
latestVersionArn
- Latest version arn of the group.public String getLatestVersionArn()
public GroupInformation withLatestVersionArn(String latestVersionArn)
latestVersionArn
- Latest version arn of the group.public void setName(String name)
name
- Name of a group.public String getName()
public GroupInformation withName(String name)
name
- Name of a group.public String toString()
toString
in class Object
Object.toString()
public GroupInformation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.