@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateAgentActionGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateAgentActionGroupResult() |
Modifier and Type | Method and Description |
---|---|
UpdateAgentActionGroupResult |
clone() |
boolean |
equals(Object obj) |
AgentActionGroup |
getAgentActionGroup()
Contains details about the action group that was updated.
|
int |
hashCode() |
void |
setAgentActionGroup(AgentActionGroup agentActionGroup)
Contains details about the action group that was updated.
|
String |
toString()
Returns a string representation of this object.
|
UpdateAgentActionGroupResult |
withAgentActionGroup(AgentActionGroup agentActionGroup)
Contains details about the action group that was updated.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAgentActionGroup(AgentActionGroup agentActionGroup)
Contains details about the action group that was updated.
agentActionGroup
- Contains details about the action group that was updated.public AgentActionGroup getAgentActionGroup()
Contains details about the action group that was updated.
public UpdateAgentActionGroupResult withAgentActionGroup(AgentActionGroup agentActionGroup)
Contains details about the action group that was updated.
agentActionGroup
- Contains details about the action group that was updated.public String toString()
toString
in class Object
Object.toString()
public UpdateAgentActionGroupResult clone()