@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()
Specifies whether profiling is enabled or disabled for a profiling group.
|
String |
getProfilingGroupName()
The name of the profiling group to update.
|
int |
hashCode() |
void |
setAgentOrchestrationConfig(AgentOrchestrationConfig agentOrchestrationConfig)
Specifies whether profiling is enabled or disabled for a profiling group.
|
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)
Specifies whether profiling is enabled or disabled for a profiling group.
|
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)
Specifies whether profiling is enabled or disabled for a profiling group.
agentOrchestrationConfig
- Specifies whether profiling is enabled or disabled for a profiling group.public AgentOrchestrationConfig getAgentOrchestrationConfig()
Specifies whether profiling is enabled or disabled for a profiling group.
public UpdateProfilingGroupRequest withAgentOrchestrationConfig(AgentOrchestrationConfig agentOrchestrationConfig)
Specifies whether profiling is enabled or disabled for a profiling group.
agentOrchestrationConfig
- Specifies whether profiling is enabled or disabled for a profiling group.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()