@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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, withSdkRequestTimeout
public 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 Object
Object.toString()
public DeleteArtifactRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()