@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ConfigureAgentResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The structure representing the configureAgentResponse.
Constructor and Description |
---|
ConfigureAgentResult() |
Modifier and Type | Method and Description |
---|---|
ConfigureAgentResult |
clone() |
boolean |
equals(Object obj) |
AgentConfiguration |
getConfiguration()
An
AgentConfiguration object that specifies if an agent profiles or not and for how long to return
profiling data. |
int |
hashCode() |
void |
setConfiguration(AgentConfiguration configuration)
An
AgentConfiguration object that specifies if an agent profiles or not and for how long to return
profiling data. |
String |
toString()
Returns a string representation of this object.
|
ConfigureAgentResult |
withConfiguration(AgentConfiguration configuration)
An
AgentConfiguration object that specifies if an agent profiles or not and for how long to return
profiling data. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setConfiguration(AgentConfiguration configuration)
An
AgentConfiguration
object that specifies if an agent profiles or not and for how long to return
profiling data.
configuration
- An
AgentConfiguration
object that specifies if an agent profiles or not and for how long to
return profiling data.public AgentConfiguration getConfiguration()
An
AgentConfiguration
object that specifies if an agent profiles or not and for how long to return
profiling data.
AgentConfiguration
object that specifies if an agent profiles or not and for how long
to return profiling data.public ConfigureAgentResult withConfiguration(AgentConfiguration configuration)
An
AgentConfiguration
object that specifies if an agent profiles or not and for how long to return
profiling data.
configuration
- An
AgentConfiguration
object that specifies if an agent profiles or not and for how long to
return profiling data.public String toString()
toString
in class Object
Object.toString()
public ConfigureAgentResult clone()