@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AgentOrchestrationConfig extends Object implements Serializable, Cloneable, StructuredPojo
Configuration to orchestrate agents to create and report agent profiles of the profiling group. Agents are orchestrated if they follow the agent orchestration protocol.
| Constructor and Description |
|---|
AgentOrchestrationConfig() |
| Modifier and Type | Method and Description |
|---|---|
AgentOrchestrationConfig |
clone() |
boolean |
equals(Object obj) |
Boolean |
getProfilingEnabled()
If the agents should be enabled to create and report profiles.
|
int |
hashCode() |
Boolean |
isProfilingEnabled()
If the agents should be enabled to create and report profiles.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setProfilingEnabled(Boolean profilingEnabled)
If the agents should be enabled to create and report profiles.
|
String |
toString()
Returns a string representation of this object.
|
AgentOrchestrationConfig |
withProfilingEnabled(Boolean profilingEnabled)
If the agents should be enabled to create and report profiles.
|
public void setProfilingEnabled(Boolean profilingEnabled)
If the agents should be enabled to create and report profiles.
profilingEnabled - If the agents should be enabled to create and report profiles.public Boolean getProfilingEnabled()
If the agents should be enabled to create and report profiles.
public AgentOrchestrationConfig withProfilingEnabled(Boolean profilingEnabled)
If the agents should be enabled to create and report profiles.
profilingEnabled - If the agents should be enabled to create and report profiles.public Boolean isProfilingEnabled()
If the agents should be enabled to create and report profiles.
public String toString()
toString in class ObjectObject.toString()public AgentOrchestrationConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.