@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateProfilingGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The structure representing the createProfiliingGroupRequest.
NOOP| Constructor and Description | 
|---|
CreateProfilingGroupRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
CreateProfilingGroupRequest | 
clone()
Creates a shallow clone of this object for all fields except the handler context. 
 | 
boolean | 
equals(Object obj)  | 
AgentOrchestrationConfig | 
getAgentOrchestrationConfig()
 The agent orchestration configuration. 
 | 
String | 
getClientToken()
 Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. 
 | 
String | 
getProfilingGroupName()
 The name of the profiling group. 
 | 
int | 
hashCode()  | 
void | 
setAgentOrchestrationConfig(AgentOrchestrationConfig agentOrchestrationConfig)
 The agent orchestration configuration. 
 | 
void | 
setClientToken(String clientToken)
 Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. 
 | 
void | 
setProfilingGroupName(String profilingGroupName)
 The name of the profiling group. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
CreateProfilingGroupRequest | 
withAgentOrchestrationConfig(AgentOrchestrationConfig agentOrchestrationConfig)
 The agent orchestration configuration. 
 | 
CreateProfilingGroupRequest | 
withClientToken(String clientToken)
 Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. 
 | 
CreateProfilingGroupRequest | 
withProfilingGroupName(String profilingGroupName)
 The name of the profiling 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, withSdkRequestTimeoutpublic void setAgentOrchestrationConfig(AgentOrchestrationConfig agentOrchestrationConfig)
The agent orchestration configuration.
agentOrchestrationConfig - The agent orchestration configuration.public AgentOrchestrationConfig getAgentOrchestrationConfig()
The agent orchestration configuration.
public CreateProfilingGroupRequest withAgentOrchestrationConfig(AgentOrchestrationConfig agentOrchestrationConfig)
The agent orchestration configuration.
agentOrchestrationConfig - The agent orchestration configuration.public void setClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
This parameter specifies a unique identifier for the new profiling group that helps ensure idempotency.
clientToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
        This parameter specifies a unique identifier for the new profiling group that helps ensure idempotency.
public String getClientToken()
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
This parameter specifies a unique identifier for the new profiling group that helps ensure idempotency.
This parameter specifies a unique identifier for the new profiling group that helps ensure idempotency.
public CreateProfilingGroupRequest withClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
This parameter specifies a unique identifier for the new profiling group that helps ensure idempotency.
clientToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
        This parameter specifies a unique identifier for the new profiling group that helps ensure idempotency.
public void setProfilingGroupName(String profilingGroupName)
The name of the profiling group.
profilingGroupName - The name of the profiling group.public String getProfilingGroupName()
The name of the profiling group.
public CreateProfilingGroupRequest withProfilingGroupName(String profilingGroupName)
The name of the profiling group.
profilingGroupName - The name of the profiling group.public String toString()
toString in class ObjectObject.toString()public CreateProfilingGroupRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.