@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ConfigureAgentResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Response for ConfigureAgent operation.
Constructor and Description |
---|
ConfigureAgentResult() |
Modifier and Type | Method and Description |
---|---|
ConfigureAgentResult |
clone() |
boolean |
equals(Object obj) |
AgentConfiguration |
getConfiguration()
The configuration for the agent to use.
|
int |
hashCode() |
void |
setConfiguration(AgentConfiguration configuration)
The configuration for the agent to use.
|
String |
toString()
Returns a string representation of this object.
|
ConfigureAgentResult |
withConfiguration(AgentConfiguration configuration)
The configuration for the agent to use.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setConfiguration(AgentConfiguration configuration)
The configuration for the agent to use.
configuration
- The configuration for the agent to use.public AgentConfiguration getConfiguration()
The configuration for the agent to use.
public ConfigureAgentResult withConfiguration(AgentConfiguration configuration)
The configuration for the agent to use.
configuration
- The configuration for the agent to use.public String toString()
toString
in class Object
Object.toString()
public ConfigureAgentResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.