@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAgentActionGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetAgentActionGroupRequest() |
Modifier and Type | Method and Description |
---|---|
GetAgentActionGroupRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getActionGroupId()
The unique identifier of the action group for which to get information.
|
String |
getAgentId()
The unique identifier of the agent that the action group belongs to.
|
String |
getAgentVersion()
The version of the agent that the action group belongs to.
|
int |
hashCode() |
void |
setActionGroupId(String actionGroupId)
The unique identifier of the action group for which to get information.
|
void |
setAgentId(String agentId)
The unique identifier of the agent that the action group belongs to.
|
void |
setAgentVersion(String agentVersion)
The version of the agent that the action group belongs to.
|
String |
toString()
Returns a string representation of this object.
|
GetAgentActionGroupRequest |
withActionGroupId(String actionGroupId)
The unique identifier of the action group for which to get information.
|
GetAgentActionGroupRequest |
withAgentId(String agentId)
The unique identifier of the agent that the action group belongs to.
|
GetAgentActionGroupRequest |
withAgentVersion(String agentVersion)
The version of the agent that the action group belongs to.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setActionGroupId(String actionGroupId)
The unique identifier of the action group for which to get information.
actionGroupId
- The unique identifier of the action group for which to get information.public String getActionGroupId()
The unique identifier of the action group for which to get information.
public GetAgentActionGroupRequest withActionGroupId(String actionGroupId)
The unique identifier of the action group for which to get information.
actionGroupId
- The unique identifier of the action group for which to get information.public void setAgentId(String agentId)
The unique identifier of the agent that the action group belongs to.
agentId
- The unique identifier of the agent that the action group belongs to.public String getAgentId()
The unique identifier of the agent that the action group belongs to.
public GetAgentActionGroupRequest withAgentId(String agentId)
The unique identifier of the agent that the action group belongs to.
agentId
- The unique identifier of the agent that the action group belongs to.public void setAgentVersion(String agentVersion)
The version of the agent that the action group belongs to.
agentVersion
- The version of the agent that the action group belongs to.public String getAgentVersion()
The version of the agent that the action group belongs to.
public GetAgentActionGroupRequest withAgentVersion(String agentVersion)
The version of the agent that the action group belongs to.
agentVersion
- The version of the agent that the action group belongs to.public String toString()
toString
in class Object
Object.toString()
public GetAgentActionGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()