@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateComponentResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateComponentResult() |
Modifier and Type | Method and Description |
---|---|
CreateComponentResult |
clone() |
boolean |
equals(Object obj) |
String |
getClientToken()
CThe idempotency token used to make this request idempotent.
|
String |
getComponentBuildVersionArn()
CThe Amazon Resource Name (ARN) of the component that was created by this request.
|
String |
getRequestId()
CThe request ID that uniquely identifies this request.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
CThe idempotency token used to make this request idempotent.
|
void |
setComponentBuildVersionArn(String componentBuildVersionArn)
CThe Amazon Resource Name (ARN) of the component that was created by this request.
|
void |
setRequestId(String requestId)
CThe request ID that uniquely identifies this request.
|
String |
toString()
Returns a string representation of this object.
|
CreateComponentResult |
withClientToken(String clientToken)
CThe idempotency token used to make this request idempotent.
|
CreateComponentResult |
withComponentBuildVersionArn(String componentBuildVersionArn)
CThe Amazon Resource Name (ARN) of the component that was created by this request.
|
CreateComponentResult |
withRequestId(String requestId)
CThe request ID that uniquely identifies this request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setRequestId(String requestId)
CThe request ID that uniquely identifies this request.
requestId
- CThe request ID that uniquely identifies this request.public String getRequestId()
CThe request ID that uniquely identifies this request.
public CreateComponentResult withRequestId(String requestId)
CThe request ID that uniquely identifies this request.
requestId
- CThe request ID that uniquely identifies this request.public void setClientToken(String clientToken)
CThe idempotency token used to make this request idempotent.
clientToken
- CThe idempotency token used to make this request idempotent.public String getClientToken()
CThe idempotency token used to make this request idempotent.
public CreateComponentResult withClientToken(String clientToken)
CThe idempotency token used to make this request idempotent.
clientToken
- CThe idempotency token used to make this request idempotent.public void setComponentBuildVersionArn(String componentBuildVersionArn)
CThe Amazon Resource Name (ARN) of the component that was created by this request.
componentBuildVersionArn
- CThe Amazon Resource Name (ARN) of the component that was created by this request.public String getComponentBuildVersionArn()
CThe Amazon Resource Name (ARN) of the component that was created by this request.
public CreateComponentResult withComponentBuildVersionArn(String componentBuildVersionArn)
CThe Amazon Resource Name (ARN) of the component that was created by this request.
componentBuildVersionArn
- CThe Amazon Resource Name (ARN) of the component that was created by this request.public String toString()
toString
in class Object
Object.toString()
public CreateComponentResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.