@Generated(value="software.amazon.awssdk:codegen") public final class Group extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Group.Builder,Group>
Details and metadata for a group.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Group.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Group.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(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 Amazon Resource Name (ARN) of the group generated based on the GroupName.
|
String |
groupName()
The unique case-sensitive name of the group.
|
int |
hashCode() |
InsightsConfiguration |
insightsConfiguration()
The structure containing configurations related to insights.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Group.Builder> |
serializableBuilderClass() |
Group.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String groupName()
The unique case-sensitive name of the group.
public final String groupARN()
The Amazon Resource Name (ARN) of the group generated based on the GroupName.
public final String filterExpression()
The filter expression defining the parameters to include traces.
public final InsightsConfiguration insightsConfiguration()
The structure containing configurations related to insights.
The InsightsEnabled boolean can be set to true to enable insights for the group or false to disable insights for the group.
The NotificationsEnabled boolean can be set to true to enable insights notifications through Amazon EventBridge for the group.
The InsightsEnabled boolean can be set to true to enable insights for the group or false to disable insights for the group.
The NotificationsEnabled boolean can be set to true to enable insights notifications through Amazon EventBridge for the group.
public Group.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Group.Builder,Group>public static Group.Builder builder()
public static Class<? extends Group.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.