@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
Boolean that specifies whether the profiling agent collects profiling data or not. |
int |
hashCode () |
Boolean |
isProfilingEnabled ()
A
Boolean that 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
Boolean that specifies whether the profiling agent collects profiling data or not. |
String |
toString ()
Returns a string representation of this object.
|
AgentOrchestrationConfig |
withProfilingEnabled (Boolean profilingEnabled)
A
Boolean that specifies whether the profiling agent collects profiling data or not. |
public AgentOrchestrationConfig()
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 Object Object.toString() public AgentOrchestrationConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo ProtocolMarshaller.marshall in interface StructuredPojo protocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.