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