@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateProfilingGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Request for UpdateProfilingGroup operation.
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()
Remote configuration to configure the agents of the profiling group.
|
String |
getProfilingGroupName() |
int |
hashCode() |
void |
setAgentOrchestrationConfig(AgentOrchestrationConfig agentOrchestrationConfig)
Remote configuration to configure the agents of the profiling group.
|
void |
setProfilingGroupName(String profilingGroupName) |
String |
toString()
Returns a string representation of this object.
|
UpdateProfilingGroupRequest |
withAgentOrchestrationConfig(AgentOrchestrationConfig agentOrchestrationConfig)
Remote configuration to configure the agents of the profiling group.
|
UpdateProfilingGroupRequest |
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, withSdkRequestTimeoutpublic void setAgentOrchestrationConfig(AgentOrchestrationConfig agentOrchestrationConfig)
Remote configuration to configure the agents of the profiling group.
agentOrchestrationConfig - Remote configuration to configure the agents of the profiling group.public AgentOrchestrationConfig getAgentOrchestrationConfig()
Remote configuration to configure the agents of the profiling group.
public UpdateProfilingGroupRequest withAgentOrchestrationConfig(AgentOrchestrationConfig agentOrchestrationConfig)
Remote configuration to configure the agents of the profiling group.
agentOrchestrationConfig - Remote configuration to configure the agents of the profiling group.public void setProfilingGroupName(String profilingGroupName)
profilingGroupName - public String getProfilingGroupName()
public UpdateProfilingGroupRequest withProfilingGroupName(String profilingGroupName)
profilingGroupName - public String toString()
toString in class ObjectObject.toString()public UpdateProfilingGroupRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.