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