@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdatePipelineResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdatePipelineResult() |
Modifier and Type | Method and Description |
---|---|
UpdatePipelineResult |
clone() |
boolean |
equals(Object obj) |
String |
getPipelineArn()
The Amazon Resource Name (ARN) of the updated pipeline.
|
int |
hashCode() |
void |
setPipelineArn(String pipelineArn)
The Amazon Resource Name (ARN) of the updated pipeline.
|
String |
toString()
Returns a string representation of this object.
|
UpdatePipelineResult |
withPipelineArn(String pipelineArn)
The Amazon Resource Name (ARN) of the updated pipeline.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setPipelineArn(String pipelineArn)
The Amazon Resource Name (ARN) of the updated pipeline.
pipelineArn
- The Amazon Resource Name (ARN) of the updated pipeline.public String getPipelineArn()
The Amazon Resource Name (ARN) of the updated pipeline.
public UpdatePipelineResult withPipelineArn(String pipelineArn)
The Amazon Resource Name (ARN) of the updated pipeline.
pipelineArn
- The Amazon Resource Name (ARN) of the updated pipeline.public String toString()
toString
in class Object
Object.toString()
public UpdatePipelineResult clone()