@Generated(value="software.amazon.awssdk:codegen") public final class Group extends Object implements SdkPojo, Serializable, 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 that are included in this group.
|
Map<String,MetricValue> |
metrics()
The metrics that are included in this group.
|
List<SdkField<?>> |
sdkFields() |
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 that are 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 that are 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()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.