@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateProfilingGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Request for CreateProfilingGroup operation.
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() |
String |
getClientToken() |
String |
getProfilingGroupName() |
int |
hashCode() |
void |
setAgentOrchestrationConfig(AgentOrchestrationConfig agentOrchestrationConfig) |
void |
setClientToken(String clientToken) |
void |
setProfilingGroupName(String profilingGroupName) |
String |
toString()
Returns a string representation of this object.
|
CreateProfilingGroupRequest |
withAgentOrchestrationConfig(AgentOrchestrationConfig agentOrchestrationConfig) |
CreateProfilingGroupRequest |
withClientToken(String clientToken) |
CreateProfilingGroupRequest |
withProfilingGroupName(String profilingGroupName) |
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 setAgentOrchestrationConfig(AgentOrchestrationConfig agentOrchestrationConfig)
agentOrchestrationConfig
- public AgentOrchestrationConfig getAgentOrchestrationConfig()
public CreateProfilingGroupRequest withAgentOrchestrationConfig(AgentOrchestrationConfig agentOrchestrationConfig)
agentOrchestrationConfig
- public void setClientToken(String clientToken)
clientToken
- public String getClientToken()
public CreateProfilingGroupRequest withClientToken(String clientToken)
clientToken
- public void setProfilingGroupName(String profilingGroupName)
profilingGroupName
- public String getProfilingGroupName()
public CreateProfilingGroupRequest withProfilingGroupName(String profilingGroupName)
profilingGroupName
- public String toString()
toString
in class Object
Object.toString()
public CreateProfilingGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.