@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateGroupRequest() |
Modifier and Type | Method and Description |
---|---|
CreateGroupRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getFilterExpression()
The filter expression defining criteria by which to group traces.
|
String |
getGroupName()
The case-sensitive name of the new group.
|
int |
hashCode() |
void |
setFilterExpression(String filterExpression)
The filter expression defining criteria by which to group traces.
|
void |
setGroupName(String groupName)
The case-sensitive name of the new group.
|
String |
toString()
Returns a string representation of this object.
|
CreateGroupRequest |
withFilterExpression(String filterExpression)
The filter expression defining criteria by which to group traces.
|
CreateGroupRequest |
withGroupName(String groupName)
The case-sensitive name of the new group.
|
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 new group. Default is a reserved name and names must be unique.
groupName
- The case-sensitive name of the new group. Default is a reserved name and names must be unique.public String getGroupName()
The case-sensitive name of the new group. Default is a reserved name and names must be unique.
public CreateGroupRequest withGroupName(String groupName)
The case-sensitive name of the new group. Default is a reserved name and names must be unique.
groupName
- The case-sensitive name of the new group. Default is a reserved name and names must be unique.public void setFilterExpression(String filterExpression)
The filter expression defining criteria by which to group traces.
filterExpression
- The filter expression defining criteria by which to group traces.public String getFilterExpression()
The filter expression defining criteria by which to group traces.
public CreateGroupRequest withFilterExpression(String filterExpression)
The filter expression defining criteria by which to group traces.
filterExpression
- The filter expression defining criteria by which to group traces.public String toString()
toString
in class Object
Object.toString()
public CreateGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.