@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetArtifactUrlRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Returns the request structure for the get artifact request.
NOOP| Constructor and Description |
|---|
GetArtifactUrlRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetArtifactUrlRequest |
clone() |
boolean |
equals(Object obj) |
String |
getArtifactId()
The unique ID for an artifact.
|
int |
hashCode() |
void |
setArtifactId(String artifactId)
The unique ID for an artifact.
|
String |
toString()
Returns a string representation of this object.
|
GetArtifactUrlRequest |
withArtifactId(String artifactId)
The unique ID for an artifact.
|
addHandlerContext, copyBaseTo, 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 setArtifactId(String artifactId)
The unique ID for an artifact.
artifactId - The unique ID for an artifact.public String getArtifactId()
The unique ID for an artifact.
public GetArtifactUrlRequest withArtifactId(String artifactId)
The unique ID for an artifact.
artifactId - The unique ID for an artifact.public String toString()
toString in class ObjectObject.toString()public GetArtifactUrlRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.