@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteAssociationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteAssociationRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteAssociationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDestinationArn()
The Amazon Resource Name (ARN) of the destination.
|
String |
getSourceArn()
The ARN of the source.
|
int |
hashCode() |
void |
setDestinationArn(String destinationArn)
The Amazon Resource Name (ARN) of the destination.
|
void |
setSourceArn(String sourceArn)
The ARN of the source.
|
String |
toString()
Returns a string representation of this object.
|
DeleteAssociationRequest |
withDestinationArn(String destinationArn)
The Amazon Resource Name (ARN) of the destination.
|
DeleteAssociationRequest |
withSourceArn(String sourceArn)
The ARN 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 setSourceArn(String sourceArn)
The ARN of the source.
sourceArn
- The ARN of the source.public String getSourceArn()
The ARN of the source.
public DeleteAssociationRequest withSourceArn(String sourceArn)
The ARN of the source.
sourceArn
- The ARN of the source.public void setDestinationArn(String destinationArn)
The Amazon Resource Name (ARN) of the destination.
destinationArn
- The Amazon Resource Name (ARN) of the destination.public String getDestinationArn()
The Amazon Resource Name (ARN) of the destination.
public DeleteAssociationRequest withDestinationArn(String destinationArn)
The Amazon Resource Name (ARN) of the destination.
destinationArn
- The Amazon Resource Name (ARN) of the destination.public String toString()
toString
in class Object
Object.toString()
public DeleteAssociationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()