@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PipelineConfig extends Object implements Serializable, Cloneable, StructuredPojo
The pipeline configuration for a resolver of kind PIPELINE
.
Constructor and Description |
---|
PipelineConfig() |
Modifier and Type | Method and Description |
---|---|
PipelineConfig |
clone() |
boolean |
equals(Object obj) |
List<String> |
getFunctions()
A list of
Function objects. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setFunctions(Collection<String> functions)
A list of
Function objects. |
String |
toString()
Returns a string representation of this object.
|
PipelineConfig |
withFunctions(Collection<String> functions)
A list of
Function objects. |
PipelineConfig |
withFunctions(String... functions)
A list of
Function objects. |
public List<String> getFunctions()
A list of Function
objects.
Function
objects.public void setFunctions(Collection<String> functions)
A list of Function
objects.
functions
- A list of Function
objects.public PipelineConfig withFunctions(String... functions)
A list of Function
objects.
NOTE: This method appends the values to the existing list (if any). Use
setFunctions(java.util.Collection)
or withFunctions(java.util.Collection)
if you want to
override the existing values.
functions
- A list of Function
objects.public PipelineConfig withFunctions(Collection<String> functions)
A list of Function
objects.
functions
- A list of Function
objects.public String toString()
toString
in class Object
Object.toString()
public PipelineConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.