@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartImagePipelineExecutionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
StartImagePipelineExecutionRequest() |
| Modifier and Type | Method and Description |
|---|---|
StartImagePipelineExecutionRequest |
clone() |
boolean |
equals(Object obj) |
String |
getClientToken()
The idempotency token used to make this request idempotent.
|
String |
getImagePipelineArn()
The Amazon Resource Name (ARN) of the image pipeline that you wish to manually invoke.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
The idempotency token used to make this request idempotent.
|
void |
setImagePipelineArn(String imagePipelineArn)
The Amazon Resource Name (ARN) of the image pipeline that you wish to manually invoke.
|
String |
toString()
Returns a string representation of this object.
|
StartImagePipelineExecutionRequest |
withClientToken(String clientToken)
The idempotency token used to make this request idempotent.
|
StartImagePipelineExecutionRequest |
withImagePipelineArn(String imagePipelineArn)
The Amazon Resource Name (ARN) of the image pipeline that you wish to manually invoke.
|
addHandlerContext, copyBaseTo, 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 setImagePipelineArn(String imagePipelineArn)
The Amazon Resource Name (ARN) of the image pipeline that you wish to manually invoke.
imagePipelineArn - The Amazon Resource Name (ARN) of the image pipeline that you wish to manually invoke.public String getImagePipelineArn()
The Amazon Resource Name (ARN) of the image pipeline that you wish to manually invoke.
public StartImagePipelineExecutionRequest withImagePipelineArn(String imagePipelineArn)
The Amazon Resource Name (ARN) of the image pipeline that you wish to manually invoke.
imagePipelineArn - The Amazon Resource Name (ARN) of the image pipeline that you wish to manually invoke.public void setClientToken(String clientToken)
The idempotency token used to make this request idempotent.
clientToken - The idempotency token used to make this request idempotent.public String getClientToken()
The idempotency token used to make this request idempotent.
public StartImagePipelineExecutionRequest withClientToken(String clientToken)
The idempotency token used to make this request idempotent.
clientToken - The idempotency token used to make this request idempotent.public String toString()
toString in class ObjectObject.toString()public StartImagePipelineExecutionRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.