@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateProfilingGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The structure representing the updateProfilingGroupRequest.
NOOP
Constructor and Description |
---|
UpdateProfilingGroupRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateProfilingGroupRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
AgentOrchestrationConfig |
getAgentOrchestrationConfig()
|
String |
getProfilingGroupName()
The name of the profiling group to update.
|
int |
hashCode() |
void |
setAgentOrchestrationConfig(AgentOrchestrationConfig agentOrchestrationConfig)
|
void |
setProfilingGroupName(String profilingGroupName)
The name of the profiling group to update.
|
String |
toString()
Returns a string representation of this object.
|
UpdateProfilingGroupRequest |
withAgentOrchestrationConfig(AgentOrchestrationConfig agentOrchestrationConfig)
|
UpdateProfilingGroupRequest |
withProfilingGroupName(String profilingGroupName)
The name of the profiling group to update.
|
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 UpdateProfilingGroupRequest withAgentOrchestrationConfig(AgentOrchestrationConfig agentOrchestrationConfig)
agentOrchestrationConfig
- public void setProfilingGroupName(String profilingGroupName)
The name of the profiling group to update.
profilingGroupName
- The name of the profiling group to update.public String getProfilingGroupName()
The name of the profiling group to update.
public UpdateProfilingGroupRequest withProfilingGroupName(String profilingGroupName)
The name of the profiling group to update.
profilingGroupName
- The name of the profiling group to update.public String toString()
toString
in class Object
Object.toString()
public UpdateProfilingGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.