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