@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RunPipelineActivityRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
RunPipelineActivityRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
RunPipelineActivityRequest | 
clone()
Creates a shallow clone of this object for all fields except the handler context. 
 | 
boolean | 
equals(Object obj)  | 
List<ByteBuffer> | 
getPayloads()
 The sample message payloads on which the pipeline activity is run. 
 | 
PipelineActivity | 
getPipelineActivity()
 The pipeline activity that is run. 
 | 
int | 
hashCode()  | 
void | 
setPayloads(Collection<ByteBuffer> payloads)
 The sample message payloads on which the pipeline activity is run. 
 | 
void | 
setPipelineActivity(PipelineActivity pipelineActivity)
 The pipeline activity that is run. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
RunPipelineActivityRequest | 
withPayloads(ByteBuffer... payloads)
 The sample message payloads on which the pipeline activity is run. 
 | 
RunPipelineActivityRequest | 
withPayloads(Collection<ByteBuffer> payloads)
 The sample message payloads on which the pipeline activity is run. 
 | 
RunPipelineActivityRequest | 
withPipelineActivity(PipelineActivity pipelineActivity)
 The pipeline activity that is run. 
 | 
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, withSdkRequestTimeoutpublic void setPipelineActivity(PipelineActivity pipelineActivity)
The pipeline activity that is run. This must not be a channel activity or a data store activity because these activities are used in a pipeline only to load the original message and to store the (possibly) transformed message. If a Lambda activity is specified, only short-running Lambda functions (those with a timeout of less than 30 seconds or less) can be used.
pipelineActivity - The pipeline activity that is run. This must not be a channel activity or a data store activity because
        these activities are used in a pipeline only to load the original message and to store the (possibly)
        transformed message. If a Lambda activity is specified, only short-running Lambda functions (those with a
        timeout of less than 30 seconds or less) can be used.public PipelineActivity getPipelineActivity()
The pipeline activity that is run. This must not be a channel activity or a data store activity because these activities are used in a pipeline only to load the original message and to store the (possibly) transformed message. If a Lambda activity is specified, only short-running Lambda functions (those with a timeout of less than 30 seconds or less) can be used.
public RunPipelineActivityRequest withPipelineActivity(PipelineActivity pipelineActivity)
The pipeline activity that is run. This must not be a channel activity or a data store activity because these activities are used in a pipeline only to load the original message and to store the (possibly) transformed message. If a Lambda activity is specified, only short-running Lambda functions (those with a timeout of less than 30 seconds or less) can be used.
pipelineActivity - The pipeline activity that is run. This must not be a channel activity or a data store activity because
        these activities are used in a pipeline only to load the original message and to store the (possibly)
        transformed message. If a Lambda activity is specified, only short-running Lambda functions (those with a
        timeout of less than 30 seconds or less) can be used.public List<ByteBuffer> getPayloads()
The sample message payloads on which the pipeline activity is run.
public void setPayloads(Collection<ByteBuffer> payloads)
The sample message payloads on which the pipeline activity is run.
payloads - The sample message payloads on which the pipeline activity is run.public RunPipelineActivityRequest withPayloads(ByteBuffer... payloads)
The sample message payloads on which the pipeline activity is run.
 NOTE: This method appends the values to the existing list (if any). Use
 setPayloads(java.util.Collection) or withPayloads(java.util.Collection) if you want to override
 the existing values.
 
payloads - The sample message payloads on which the pipeline activity is run.public RunPipelineActivityRequest withPayloads(Collection<ByteBuffer> payloads)
The sample message payloads on which the pipeline activity is run.
payloads - The sample message payloads on which the pipeline activity is run.public String toString()
toString in class ObjectObject.toString()public RunPipelineActivityRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()