@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)
Marshalls this structured data using the given
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)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.