@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteComponentResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteComponentResult() |
Modifier and Type | Method and Description |
---|---|
DeleteComponentResult |
clone() |
boolean |
equals(Object obj) |
String |
getComponentBuildVersionArn()
The Amazon Resource Name (ARN) of the component build version that was deleted.
|
String |
getRequestId()
The request ID that uniquely identifies this request.
|
int |
hashCode() |
void |
setComponentBuildVersionArn(String componentBuildVersionArn)
The Amazon Resource Name (ARN) of the component build version that was deleted.
|
void |
setRequestId(String requestId)
The request ID that uniquely identifies this request.
|
String |
toString()
Returns a string representation of this object.
|
DeleteComponentResult |
withComponentBuildVersionArn(String componentBuildVersionArn)
The Amazon Resource Name (ARN) of the component build version that was deleted.
|
DeleteComponentResult |
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 DeleteComponentResult withRequestId(String requestId)
The request ID that uniquely identifies this request.
requestId
- The request ID that uniquely identifies this request.public void setComponentBuildVersionArn(String componentBuildVersionArn)
The Amazon Resource Name (ARN) of the component build version that was deleted.
componentBuildVersionArn
- The Amazon Resource Name (ARN) of the component build version that was deleted.public String getComponentBuildVersionArn()
The Amazon Resource Name (ARN) of the component build version that was deleted.
public DeleteComponentResult withComponentBuildVersionArn(String componentBuildVersionArn)
The Amazon Resource Name (ARN) of the component build version that was deleted.
componentBuildVersionArn
- The Amazon Resource Name (ARN) of the component build version that was deleted.public String toString()
toString
in class Object
Object.toString()
public DeleteComponentResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.