@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListPipelineParametersForExecutionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListPipelineParametersForExecutionResult() |
Modifier and Type | Method and Description |
---|---|
ListPipelineParametersForExecutionResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
If the result of the previous
ListPipelineParametersForExecution request was truncated, the response
includes a NextToken . |
List<Parameter> |
getPipelineParameters()
Contains a list of pipeline parameters.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
If the result of the previous
ListPipelineParametersForExecution request was truncated, the response
includes a NextToken . |
void |
setPipelineParameters(Collection<Parameter> pipelineParameters)
Contains a list of pipeline parameters.
|
String |
toString()
Returns a string representation of this object.
|
ListPipelineParametersForExecutionResult |
withNextToken(String nextToken)
If the result of the previous
ListPipelineParametersForExecution request was truncated, the response
includes a NextToken . |
ListPipelineParametersForExecutionResult |
withPipelineParameters(Collection<Parameter> pipelineParameters)
Contains a list of pipeline parameters.
|
ListPipelineParametersForExecutionResult |
withPipelineParameters(Parameter... pipelineParameters)
Contains a list of pipeline parameters.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public ListPipelineParametersForExecutionResult()
public List<Parameter> getPipelineParameters()
Contains a list of pipeline parameters. This list can be empty.
public void setPipelineParameters(Collection<Parameter> pipelineParameters)
Contains a list of pipeline parameters. This list can be empty.
pipelineParameters
- Contains a list of pipeline parameters. This list can be empty.public ListPipelineParametersForExecutionResult withPipelineParameters(Parameter... pipelineParameters)
Contains a list of pipeline parameters. This list can be empty.
NOTE: This method appends the values to the existing list (if any). Use
setPipelineParameters(java.util.Collection)
or withPipelineParameters(java.util.Collection)
if
you want to override the existing values.
pipelineParameters
- Contains a list of pipeline parameters. This list can be empty.public ListPipelineParametersForExecutionResult withPipelineParameters(Collection<Parameter> pipelineParameters)
Contains a list of pipeline parameters. This list can be empty.
pipelineParameters
- Contains a list of pipeline parameters. This list can be empty.public void setNextToken(String nextToken)
If the result of the previous ListPipelineParametersForExecution
request was truncated, the response
includes a NextToken
. To retrieve the next set of parameters, use the token in the next request.
nextToken
- If the result of the previous ListPipelineParametersForExecution
request was truncated, the
response includes a NextToken
. To retrieve the next set of parameters, use the token in the
next request.public String getNextToken()
If the result of the previous ListPipelineParametersForExecution
request was truncated, the response
includes a NextToken
. To retrieve the next set of parameters, use the token in the next request.
ListPipelineParametersForExecution
request was truncated, the
response includes a NextToken
. To retrieve the next set of parameters, use the token in the
next request.public ListPipelineParametersForExecutionResult withNextToken(String nextToken)
If the result of the previous ListPipelineParametersForExecution
request was truncated, the response
includes a NextToken
. To retrieve the next set of parameters, use the token in the next request.
nextToken
- If the result of the previous ListPipelineParametersForExecution
request was truncated, the
response includes a NextToken
. To retrieve the next set of parameters, use the token in the
next request.public String toString()
toString
in class Object
Object.toString()
public ListPipelineParametersForExecutionResult clone()