@Generated(value="software.amazon.awssdk:codegen") public final class Group extends Object implements StructuredPojo, ToCopyableBuilder<Group.Builder,Group>
One level of grouped data within the results.
Modifier and Type | Class and Description |
---|---|
static interface |
Group.Builder |
Modifier and Type | Method and Description |
---|---|
static Group.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<String> |
keys()
The keys included in this group.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
Map<String,MetricValue> |
metrics()
The metrics included in this group.
|
static Class<? extends Group.Builder> |
serializableBuilderClass() |
Group.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public List<String> keys()
The keys included in this group.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public Map<String,MetricValue> metrics()
The metrics included in this group.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public Group.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Group.Builder,Group>
public static Group.Builder builder()
public static Class<? extends Group.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.