StructuredPojo
, ToCopyableBuilder<GroupInformation.Builder,GroupInformation>
@Generated("software.amazon.awssdk:codegen") public class GroupInformation extends Object implements StructuredPojo, ToCopyableBuilder<GroupInformation.Builder,GroupInformation>
Modifier and Type | Class | Description |
---|---|---|
static interface |
GroupInformation.Builder |
Modifier and Type | Method | Description |
---|---|---|
String |
arn() |
Arn of a group.
|
static GroupInformation.Builder |
builder() |
|
String |
creationTimestamp() |
Timestamp of when the group was created.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
id() |
Id of a group.
|
String |
lastUpdatedTimestamp() |
Last updated timestamp of the group.
|
String |
latestVersion() |
Last version of the group.
|
String |
latestVersionArn() |
Latest version arn of the group.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
name() |
Name of a group.
|
static Class<? extends GroupInformation.Builder> |
serializableBuilderClass() |
|
GroupInformation.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String arn()
public String creationTimestamp()
public String id()
public String lastUpdatedTimestamp()
public String latestVersion()
public String latestVersionArn()
public String name()
public GroupInformation.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GroupInformation.Builder,GroupInformation>
public static GroupInformation.Builder builder()
public static Class<? extends GroupInformation.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.