@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteCrossAccountAttachmentRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteCrossAccountAttachmentRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteCrossAccountAttachmentRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAttachmentArn()
The Amazon Resource Name (ARN) for the cross-account attachment to delete.
|
int |
hashCode() |
void |
setAttachmentArn(String attachmentArn)
The Amazon Resource Name (ARN) for the cross-account attachment to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteCrossAccountAttachmentRequest |
withAttachmentArn(String attachmentArn)
The Amazon Resource Name (ARN) for the cross-account attachment to delete.
|
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 setAttachmentArn(String attachmentArn)
The Amazon Resource Name (ARN) for the cross-account attachment to delete.
attachmentArn
- The Amazon Resource Name (ARN) for the cross-account attachment to delete.public String getAttachmentArn()
The Amazon Resource Name (ARN) for the cross-account attachment to delete.
public DeleteCrossAccountAttachmentRequest withAttachmentArn(String attachmentArn)
The Amazon Resource Name (ARN) for the cross-account attachment to delete.
attachmentArn
- The Amazon Resource Name (ARN) for the cross-account attachment to delete.public String toString()
toString
in class Object
Object.toString()
public DeleteCrossAccountAttachmentRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()