@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateImagePipelineResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateImagePipelineResult() |
Modifier and Type | Method and Description |
---|---|
UpdateImagePipelineResult |
clone() |
boolean |
equals(Object obj) |
String |
getClientToken()
The client token that uniquely identifies the request.
|
String |
getImagePipelineArn()
The Amazon Resource Name (ARN) of the image pipeline that was updated by this request.
|
String |
getRequestId()
The request ID that uniquely identifies this request.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
The client token that uniquely identifies the request.
|
void |
setImagePipelineArn(String imagePipelineArn)
The Amazon Resource Name (ARN) of the image pipeline that was updated by this request.
|
void |
setRequestId(String requestId)
The request ID that uniquely identifies this request.
|
String |
toString()
Returns a string representation of this object.
|
UpdateImagePipelineResult |
withClientToken(String clientToken)
The client token that uniquely identifies the request.
|
UpdateImagePipelineResult |
withImagePipelineArn(String imagePipelineArn)
The Amazon Resource Name (ARN) of the image pipeline that was updated by this request.
|
UpdateImagePipelineResult |
withRequestId(String requestId)
The request ID that uniquely identifies this request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setRequestId(String requestId)
The request ID that uniquely identifies this request.
requestId
- The request ID that uniquely identifies this request.public String getRequestId()
The request ID that uniquely identifies this request.
public UpdateImagePipelineResult withRequestId(String requestId)
The request ID that uniquely identifies this request.
requestId
- The request ID that uniquely identifies this request.public void setClientToken(String clientToken)
The client token that uniquely identifies the request.
clientToken
- The client token that uniquely identifies the request.public String getClientToken()
The client token that uniquely identifies the request.
public UpdateImagePipelineResult withClientToken(String clientToken)
The client token that uniquely identifies the request.
clientToken
- The client token that uniquely identifies the request.public void setImagePipelineArn(String imagePipelineArn)
The Amazon Resource Name (ARN) of the image pipeline that was updated by this request.
imagePipelineArn
- The Amazon Resource Name (ARN) of the image pipeline that was updated by this request.public String getImagePipelineArn()
The Amazon Resource Name (ARN) of the image pipeline that was updated by this request.
public UpdateImagePipelineResult withImagePipelineArn(String imagePipelineArn)
The Amazon Resource Name (ARN) of the image pipeline that was updated by this request.
imagePipelineArn
- The Amazon Resource Name (ARN) of the image pipeline that was updated by this request.public String toString()
toString
in class Object
Object.toString()
public UpdateImagePipelineResult clone()