@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetComponentVersionArtifactRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetComponentVersionArtifactRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetComponentVersionArtifactRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getArn()
The ARN of the component
version.
|
String |
getArtifactName()
The name of the artifact.
|
int |
hashCode() |
void |
setArn(String arn)
The ARN of the component
version.
|
void |
setArtifactName(String artifactName)
The name of the artifact.
|
String |
toString()
Returns a string representation of this object.
|
GetComponentVersionArtifactRequest |
withArn(String arn)
The ARN of the component
version.
|
GetComponentVersionArtifactRequest |
withArtifactName(String artifactName)
The name of the artifact.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setArn(String arn)
The ARN of the component version.
arn - The ARN of the
component version.public String getArn()
The ARN of the component version.
public GetComponentVersionArtifactRequest withArn(String arn)
The ARN of the component version.
arn - The ARN of the
component version.public void setArtifactName(String artifactName)
The name of the artifact.
artifactName - The name of the artifact.public String getArtifactName()
The name of the artifact.
public GetComponentVersionArtifactRequest withArtifactName(String artifactName)
The name of the artifact.
artifactName - The name of the artifact.public String toString()
toString in class ObjectObject.toString()public GetComponentVersionArtifactRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()