@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()
The ARN of the group.
|
String |
getCreationTimestamp()
The time, in milliseconds since the epoch, when the group was created.
|
String |
getId()
The ID of the group.
|
String |
getLastUpdatedTimestamp()
The time, in milliseconds since the epoch, when the group was last updated.
|
String |
getLatestVersion()
The ID of the latest version associated with the group.
|
String |
getLatestVersionArn()
The ARN of the latest version associated with the group.
|
String |
getName()
The name of the group.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The ARN of the group.
|
void |
setCreationTimestamp(String creationTimestamp)
The time, in milliseconds since the epoch, when the group was created.
|
void |
setId(String id)
The ID of the group.
|
void |
setLastUpdatedTimestamp(String lastUpdatedTimestamp)
The time, in milliseconds since the epoch, when the group was last updated.
|
void |
setLatestVersion(String latestVersion)
The ID of the latest version associated with the group.
|
void |
setLatestVersionArn(String latestVersionArn)
The ARN of the latest version associated with the group.
|
void |
setName(String name)
The name of the group.
|
String |
toString()
Returns a string representation of this object.
|
GroupInformation |
withArn(String arn)
The ARN of the group.
|
GroupInformation |
withCreationTimestamp(String creationTimestamp)
The time, in milliseconds since the epoch, when the group was created.
|
GroupInformation |
withId(String id)
The ID of the group.
|
GroupInformation |
withLastUpdatedTimestamp(String lastUpdatedTimestamp)
The time, in milliseconds since the epoch, when the group was last updated.
|
GroupInformation |
withLatestVersion(String latestVersion)
The ID of the latest version associated with the group.
|
GroupInformation |
withLatestVersionArn(String latestVersionArn)
The ARN of the latest version associated with the group.
|
GroupInformation |
withName(String name)
The name of the group.
|
public void setArn(String arn)
arn
- The ARN of the group.public String getArn()
public GroupInformation withArn(String arn)
arn
- The ARN of the group.public void setCreationTimestamp(String creationTimestamp)
creationTimestamp
- The time, in milliseconds since the epoch, when the group was created.public String getCreationTimestamp()
public GroupInformation withCreationTimestamp(String creationTimestamp)
creationTimestamp
- The time, in milliseconds since the epoch, when the group was created.public void setId(String id)
id
- The ID of the group.public String getId()
public GroupInformation withId(String id)
id
- The ID of the group.public void setLastUpdatedTimestamp(String lastUpdatedTimestamp)
lastUpdatedTimestamp
- The time, in milliseconds since the epoch, when the group was last updated.public String getLastUpdatedTimestamp()
public GroupInformation withLastUpdatedTimestamp(String lastUpdatedTimestamp)
lastUpdatedTimestamp
- The time, in milliseconds since the epoch, when the group was last updated.public void setLatestVersion(String latestVersion)
latestVersion
- The ID of the latest version associated with the group.public String getLatestVersion()
public GroupInformation withLatestVersion(String latestVersion)
latestVersion
- The ID of the latest version associated with the group.public void setLatestVersionArn(String latestVersionArn)
latestVersionArn
- The ARN of the latest version associated with the group.public String getLatestVersionArn()
public GroupInformation withLatestVersionArn(String latestVersionArn)
latestVersionArn
- The ARN of the latest version associated with the group.public void setName(String name)
name
- The name of the group.public String getName()
public GroupInformation withName(String name)
name
- The name of the 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.