@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreatePipelineRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
CreatePipelineRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
CreatePipelineRequest | 
clone()
Creates a shallow clone of this object for all fields except the handler context. 
 | 
boolean | 
equals(Object obj)  | 
List<PipelineActivity> | 
getPipelineActivities()
 A list of pipeline activities. 
 | 
String | 
getPipelineName()
 The name of the pipeline. 
 | 
int | 
hashCode()  | 
void | 
setPipelineActivities(Collection<PipelineActivity> pipelineActivities)
 A list of pipeline activities. 
 | 
void | 
setPipelineName(String pipelineName)
 The name of the pipeline. 
 | 
String | 
toString()
Returns a string representation of this object; useful for testing and debugging. 
 | 
CreatePipelineRequest | 
withPipelineActivities(Collection<PipelineActivity> pipelineActivities)
 A list of pipeline activities. 
 | 
CreatePipelineRequest | 
withPipelineActivities(PipelineActivity... pipelineActivities)
 A list of pipeline activities. 
 | 
CreatePipelineRequest | 
withPipelineName(String pipelineName)
 The name of the pipeline. 
 | 
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 setPipelineName(String pipelineName)
The name of the pipeline.
pipelineName - The name of the pipeline.public String getPipelineName()
The name of the pipeline.
public CreatePipelineRequest withPipelineName(String pipelineName)
The name of the pipeline.
pipelineName - The name of the pipeline.public List<PipelineActivity> getPipelineActivities()
A list of pipeline activities.
The list can be 1-25 PipelineActivity objects. Activities perform transformations on your messages, such as removing, renaming, or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.
The list can be 1-25 PipelineActivity objects. Activities perform transformations on your messages, such as removing, renaming, or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.
public void setPipelineActivities(Collection<PipelineActivity> pipelineActivities)
A list of pipeline activities.
The list can be 1-25 PipelineActivity objects. Activities perform transformations on your messages, such as removing, renaming, or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.
pipelineActivities - A list of pipeline activities.
        The list can be 1-25 PipelineActivity objects. Activities perform transformations on your messages, such as removing, renaming, or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.
public CreatePipelineRequest withPipelineActivities(PipelineActivity... pipelineActivities)
A list of pipeline activities.
The list can be 1-25 PipelineActivity objects. Activities perform transformations on your messages, such as removing, renaming, or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.
 NOTE: This method appends the values to the existing list (if any). Use
 setPipelineActivities(java.util.Collection) or withPipelineActivities(java.util.Collection) if
 you want to override the existing values.
 
pipelineActivities - A list of pipeline activities.
        The list can be 1-25 PipelineActivity objects. Activities perform transformations on your messages, such as removing, renaming, or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.
public CreatePipelineRequest withPipelineActivities(Collection<PipelineActivity> pipelineActivities)
A list of pipeline activities.
The list can be 1-25 PipelineActivity objects. Activities perform transformations on your messages, such as removing, renaming, or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.
pipelineActivities - A list of pipeline activities.
        The list can be 1-25 PipelineActivity objects. Activities perform transformations on your messages, such as removing, renaming, or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.
public String toString()
toString in class ObjectObject.toString()public CreatePipelineRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.