@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ImportComponentResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ImportComponentResult() |
Modifier and Type | Method and Description |
---|---|
ImportComponentResult |
clone() |
boolean |
equals(Object obj) |
String |
getClientToken()
The client token that uniquely identifies the request.
|
String |
getComponentBuildVersionArn()
The Amazon Resource Name (ARN) of the imported component.
|
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 |
setComponentBuildVersionArn(String componentBuildVersionArn)
The Amazon Resource Name (ARN) of the imported component.
|
void |
setRequestId(String requestId)
The request ID that uniquely identifies this request.
|
String |
toString()
Returns a string representation of this object.
|
ImportComponentResult |
withClientToken(String clientToken)
The client token that uniquely identifies the request.
|
ImportComponentResult |
withComponentBuildVersionArn(String componentBuildVersionArn)
The Amazon Resource Name (ARN) of the imported component.
|
ImportComponentResult |
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 ImportComponentResult 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 ImportComponentResult withClientToken(String clientToken)
The client token that uniquely identifies the request.
clientToken
- The client token that uniquely identifies the request.public void setComponentBuildVersionArn(String componentBuildVersionArn)
The Amazon Resource Name (ARN) of the imported component.
componentBuildVersionArn
- The Amazon Resource Name (ARN) of the imported component.public String getComponentBuildVersionArn()
The Amazon Resource Name (ARN) of the imported component.
public ImportComponentResult withComponentBuildVersionArn(String componentBuildVersionArn)
The Amazon Resource Name (ARN) of the imported component.
componentBuildVersionArn
- The Amazon Resource Name (ARN) of the imported component.public String toString()
toString
in class Object
Object.toString()
public ImportComponentResult clone()