@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 ARN of the component build version that this request deleted.
|
String |
getRequestId()
The request ID that uniquely identifies this request.
|
int |
hashCode() |
void |
setComponentBuildVersionArn(String componentBuildVersionArn)
The ARN of the component build version that this request 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 ARN of the component build version that this request 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 ARN of the component build version that this request deleted.
componentBuildVersionArn
- The ARN of the component build version that this request deleted.public String getComponentBuildVersionArn()
The ARN of the component build version that this request deleted.
public DeleteComponentResult withComponentBuildVersionArn(String componentBuildVersionArn)
The ARN of the component build version that this request deleted.
componentBuildVersionArn
- The ARN of the component build version that this request deleted.public String toString()
toString
in class Object
Object.toString()
public DeleteComponentResult clone()