@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteArtifactRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteArtifactRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteArtifactRequest |
clone() |
boolean |
equals(Object obj) |
String |
getArtifactArn()
The Amazon Resource Name (ARN) of the artifact to delete.
|
ArtifactSource |
getSource()
The URI of the source.
|
int |
hashCode() |
void |
setArtifactArn(String artifactArn)
The Amazon Resource Name (ARN) of the artifact to delete.
|
void |
setSource(ArtifactSource source)
The URI of the source.
|
String |
toString()
Returns a string representation of this object.
|
DeleteArtifactRequest |
withArtifactArn(String artifactArn)
The Amazon Resource Name (ARN) of the artifact to delete.
|
DeleteArtifactRequest |
withSource(ArtifactSource source)
The URI of the source.
|
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 setArtifactArn(String artifactArn)
The Amazon Resource Name (ARN) of the artifact to delete.
artifactArn - The Amazon Resource Name (ARN) of the artifact to delete.public String getArtifactArn()
The Amazon Resource Name (ARN) of the artifact to delete.
public DeleteArtifactRequest withArtifactArn(String artifactArn)
The Amazon Resource Name (ARN) of the artifact to delete.
artifactArn - The Amazon Resource Name (ARN) of the artifact to delete.public void setSource(ArtifactSource source)
The URI of the source.
source - The URI of the source.public ArtifactSource getSource()
The URI of the source.
public DeleteArtifactRequest withSource(ArtifactSource source)
The URI of the source.
source - The URI of the source.public String toString()
toString in class ObjectObject.toString()public DeleteArtifactRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.