@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListPipelineBlueprintsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListPipelineBlueprintsResult() |
Modifier and Type | Method and Description |
---|---|
ListPipelineBlueprintsResult |
clone() |
boolean |
equals(Object obj) |
List<PipelineBlueprintSummary> |
getBlueprints()
A list of available blueprints for Data Prepper.
|
int |
hashCode() |
void |
setBlueprints(Collection<PipelineBlueprintSummary> blueprints)
A list of available blueprints for Data Prepper.
|
String |
toString()
Returns a string representation of this object.
|
ListPipelineBlueprintsResult |
withBlueprints(Collection<PipelineBlueprintSummary> blueprints)
A list of available blueprints for Data Prepper.
|
ListPipelineBlueprintsResult |
withBlueprints(PipelineBlueprintSummary... blueprints)
A list of available blueprints for Data Prepper.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<PipelineBlueprintSummary> getBlueprints()
A list of available blueprints for Data Prepper.
public void setBlueprints(Collection<PipelineBlueprintSummary> blueprints)
A list of available blueprints for Data Prepper.
blueprints
- A list of available blueprints for Data Prepper.public ListPipelineBlueprintsResult withBlueprints(PipelineBlueprintSummary... blueprints)
A list of available blueprints for Data Prepper.
NOTE: This method appends the values to the existing list (if any). Use
setBlueprints(java.util.Collection)
or withBlueprints(java.util.Collection)
if you want to
override the existing values.
blueprints
- A list of available blueprints for Data Prepper.public ListPipelineBlueprintsResult withBlueprints(Collection<PipelineBlueprintSummary> blueprints)
A list of available blueprints for Data Prepper.
blueprints
- A list of available blueprints for Data Prepper.public String toString()
toString
in class Object
Object.toString()
public ListPipelineBlueprintsResult clone()