@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutActionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
PutActionsRequest() |
Modifier and Type | Method and Description |
---|---|
PutActionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<Action> |
getActions()
A list of action data.
|
String |
getDatasetArn()
The Amazon Resource Name (ARN) of the Actions dataset you are adding the action or actions to.
|
int |
hashCode() |
void |
setActions(Collection<Action> actions)
A list of action data.
|
void |
setDatasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the Actions dataset you are adding the action or actions to.
|
String |
toString()
Returns a string representation of this object.
|
PutActionsRequest |
withActions(Action... actions)
A list of action data.
|
PutActionsRequest |
withActions(Collection<Action> actions)
A list of action data.
|
PutActionsRequest |
withDatasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the Actions dataset you are adding the action or actions 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 setDatasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the Actions dataset you are adding the action or actions to.
datasetArn
- The Amazon Resource Name (ARN) of the Actions dataset you are adding the action or actions to.public String getDatasetArn()
The Amazon Resource Name (ARN) of the Actions dataset you are adding the action or actions to.
public PutActionsRequest withDatasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the Actions dataset you are adding the action or actions to.
datasetArn
- The Amazon Resource Name (ARN) of the Actions dataset you are adding the action or actions to.public void setActions(Collection<Action> actions)
A list of action data.
actions
- A list of action data.public PutActionsRequest withActions(Action... actions)
A list of action data.
NOTE: This method appends the values to the existing list (if any). Use
setActions(java.util.Collection)
or withActions(java.util.Collection)
if you want to override
the existing values.
actions
- A list of action data.public PutActionsRequest withActions(Collection<Action> actions)
A list of action data.
actions
- A list of action data.public String toString()
toString
in class Object
Object.toString()
public PutActionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()