@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SendPipelineExecutionStepSuccessRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
SendPipelineExecutionStepSuccessRequest() |
Modifier and Type | Method and Description |
---|---|
SendPipelineExecutionStepSuccessRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCallbackToken()
The pipeline generated token from the Amazon SQS queue.
|
String |
getClientRequestToken()
A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation.
|
List<OutputParameter> |
getOutputParameters()
A list of the output parameters of the callback step.
|
int |
hashCode() |
void |
setCallbackToken(String callbackToken)
The pipeline generated token from the Amazon SQS queue.
|
void |
setClientRequestToken(String clientRequestToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation.
|
void |
setOutputParameters(Collection<OutputParameter> outputParameters)
A list of the output parameters of the callback step.
|
String |
toString()
Returns a string representation of this object.
|
SendPipelineExecutionStepSuccessRequest |
withCallbackToken(String callbackToken)
The pipeline generated token from the Amazon SQS queue.
|
SendPipelineExecutionStepSuccessRequest |
withClientRequestToken(String clientRequestToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation.
|
SendPipelineExecutionStepSuccessRequest |
withOutputParameters(Collection<OutputParameter> outputParameters)
A list of the output parameters of the callback step.
|
SendPipelineExecutionStepSuccessRequest |
withOutputParameters(OutputParameter... outputParameters)
A list of the output parameters of the callback step.
|
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, withSdkRequestTimeout
public SendPipelineExecutionStepSuccessRequest()
public void setCallbackToken(String callbackToken)
The pipeline generated token from the Amazon SQS queue.
callbackToken
- The pipeline generated token from the Amazon SQS queue.public String getCallbackToken()
The pipeline generated token from the Amazon SQS queue.
public SendPipelineExecutionStepSuccessRequest withCallbackToken(String callbackToken)
The pipeline generated token from the Amazon SQS queue.
callbackToken
- The pipeline generated token from the Amazon SQS queue.public List<OutputParameter> getOutputParameters()
A list of the output parameters of the callback step.
public void setOutputParameters(Collection<OutputParameter> outputParameters)
A list of the output parameters of the callback step.
outputParameters
- A list of the output parameters of the callback step.public SendPipelineExecutionStepSuccessRequest withOutputParameters(OutputParameter... outputParameters)
A list of the output parameters of the callback step.
NOTE: This method appends the values to the existing list (if any). Use
setOutputParameters(java.util.Collection)
or withOutputParameters(java.util.Collection)
if you
want to override the existing values.
outputParameters
- A list of the output parameters of the callback step.public SendPipelineExecutionStepSuccessRequest withOutputParameters(Collection<OutputParameter> outputParameters)
A list of the output parameters of the callback step.
outputParameters
- A list of the output parameters of the callback step.public void setClientRequestToken(String clientRequestToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than one time.
clientRequestToken
- A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An
idempotent operation completes no more than one time.public String getClientRequestToken()
A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than one time.
public SendPipelineExecutionStepSuccessRequest withClientRequestToken(String clientRequestToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than one time.
clientRequestToken
- A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An
idempotent operation completes no more than one time.public String toString()
toString
in class Object
Object.toString()
public SendPipelineExecutionStepSuccessRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()