@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateGroupRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateGroupRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getFilterExpression()
The updated filter expression defining criteria by which to group traces.
|
String |
getGroupARN()
The ARN that was generated upon creation.
|
String |
getGroupName()
The case-sensitive name of the group.
|
InsightsConfiguration |
getInsightsConfiguration()
The structure containing configurations related to insights.
|
int |
hashCode() |
void |
setFilterExpression(String filterExpression)
The updated filter expression defining criteria by which to group traces.
|
void |
setGroupARN(String groupARN)
The ARN that was generated upon creation.
|
void |
setGroupName(String groupName)
The case-sensitive name of the group.
|
void |
setInsightsConfiguration(InsightsConfiguration insightsConfiguration)
The structure containing configurations related to insights.
|
String |
toString()
Returns a string representation of this object.
|
UpdateGroupRequest |
withFilterExpression(String filterExpression)
The updated filter expression defining criteria by which to group traces.
|
UpdateGroupRequest |
withGroupARN(String groupARN)
The ARN that was generated upon creation.
|
UpdateGroupRequest |
withGroupName(String groupName)
The case-sensitive name of the group.
|
UpdateGroupRequest |
withInsightsConfiguration(InsightsConfiguration insightsConfiguration)
The structure containing configurations related to insights.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setGroupName(String groupName)
The case-sensitive name of the group.
groupName
- The case-sensitive name of the group.public String getGroupName()
The case-sensitive name of the group.
public UpdateGroupRequest withGroupName(String groupName)
The case-sensitive name of the group.
groupName
- The case-sensitive name of the group.public void setGroupARN(String groupARN)
The ARN that was generated upon creation.
groupARN
- The ARN that was generated upon creation.public String getGroupARN()
The ARN that was generated upon creation.
public UpdateGroupRequest withGroupARN(String groupARN)
The ARN that was generated upon creation.
groupARN
- The ARN that was generated upon creation.public void setFilterExpression(String filterExpression)
The updated filter expression defining criteria by which to group traces.
filterExpression
- The updated filter expression defining criteria by which to group traces.public String getFilterExpression()
The updated filter expression defining criteria by which to group traces.
public UpdateGroupRequest withFilterExpression(String filterExpression)
The updated filter expression defining criteria by which to group traces.
filterExpression
- The updated filter expression defining criteria by which to group traces.public void setInsightsConfiguration(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.
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.
public InsightsConfiguration getInsightsConfiguration()
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 withInsightsConfiguration(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.
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.
public String toString()
toString
in class Object
Object.toString()
public UpdateGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()