@Generated(value="software.amazon.awssdk:codegen") public final class GroupSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GroupSummary.Builder,GroupSummary>
Details for a group without metadata.
Modifier and Type | Class and Description |
---|---|
static interface |
GroupSummary.Builder |
Modifier and Type | Method and Description |
---|---|
static GroupSummary.Builder |
builder() |
boolean |
equals(Object obj) |
String |
filterExpression()
The filter expression defining the parameters to include traces.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
String |
groupARN()
The ARN of the group generated based on the GroupName.
|
String |
groupName()
The unique case-sensitive name of the group.
|
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends GroupSummary.Builder> |
serializableBuilderClass() |
GroupSummary.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String groupName()
The unique case-sensitive name of the group.
public String groupARN()
The ARN of the group generated based on the GroupName.
public String filterExpression()
The filter expression defining the parameters to include traces.
public GroupSummary.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GroupSummary.Builder,GroupSummary>
public static GroupSummary.Builder builder()
public static Class<? extends GroupSummary.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.