@Generated(value="software.amazon.awssdk:codegen") public final class UpdateGroupRequest extends XRayRequest implements ToCopyableBuilder<UpdateGroupRequest.Builder,UpdateGroupRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateGroupRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateGroupRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
filterExpression()
The updated filter expression defining criteria by which to group traces.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
String |
groupARN()
The ARN that was generated upon creation.
|
String |
groupName()
The case-sensitive name of the group.
|
int |
hashCode() |
InsightsConfiguration |
insightsConfiguration()
The structure containing configurations related to insights.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateGroupRequest.Builder> |
serializableBuilderClass() |
UpdateGroupRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String groupName()
The case-sensitive name of the group.
public final String groupARN()
The ARN that was generated upon creation.
public final String filterExpression()
The updated filter expression defining criteria by which to group 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 for the group. Notifications can only be enabled on a group with InsightsEnabled set to true.
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 for the group. Notifications can only be enabled on a group with InsightsEnabled set to true.
public UpdateGroupRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateGroupRequest.Builder,UpdateGroupRequest>toBuilder in class XRayRequestpublic static UpdateGroupRequest.Builder builder()
public static Class<? extends UpdateGroupRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.