@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AgentOrchestrationConfig extends Object implements Serializable, Cloneable, StructuredPojo
 Specifies whether profiling is enabled or disabled for a profiling group. It is used by  ConfigureAgent
  to enable or disable profiling for a profiling group.
 
| Constructor and Description | 
|---|
| AgentOrchestrationConfig() | 
| Modifier and Type | Method and Description | 
|---|---|
| AgentOrchestrationConfig | clone() | 
| boolean | equals(Object obj) | 
| Boolean | getProfilingEnabled()
 A  Booleanthat specifies whether the profiling agent collects profiling data or not. | 
| int | hashCode() | 
| Boolean | isProfilingEnabled()
 A  Booleanthat specifies whether the profiling agent collects profiling data or not. | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setProfilingEnabled(Boolean profilingEnabled)
 A  Booleanthat specifies whether the profiling agent collects profiling data or not. | 
| String | toString()Returns a string representation of this object. | 
| AgentOrchestrationConfig | withProfilingEnabled(Boolean profilingEnabled)
 A  Booleanthat specifies whether the profiling agent collects profiling data or not. | 
public void setProfilingEnabled(Boolean profilingEnabled)
 A Boolean that specifies whether the profiling agent collects profiling data or not. Set to
 true to enable profiling.
 
profilingEnabled - A Boolean that specifies whether the profiling agent collects profiling data or not. Set to
        true to enable profiling.public Boolean getProfilingEnabled()
 A Boolean that specifies whether the profiling agent collects profiling data or not. Set to
 true to enable profiling.
 
Boolean that specifies whether the profiling agent collects profiling data or not. Set to
         true to enable profiling.public AgentOrchestrationConfig withProfilingEnabled(Boolean profilingEnabled)
 A Boolean that specifies whether the profiling agent collects profiling data or not. Set to
 true to enable profiling.
 
profilingEnabled - A Boolean that specifies whether the profiling agent collects profiling data or not. Set to
        true to enable profiling.public Boolean isProfilingEnabled()
 A Boolean that specifies whether the profiling agent collects profiling data or not. Set to
 true to enable profiling.
 
Boolean that specifies whether the profiling agent collects profiling data or not. Set to
         true to enable profiling.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.