@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteExtensionAssociationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteExtensionAssociationRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteExtensionAssociationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getExtensionAssociationId()
The ID of the extension association to delete.
|
int |
hashCode() |
void |
setExtensionAssociationId(String extensionAssociationId)
The ID of the extension association to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteExtensionAssociationRequest |
withExtensionAssociationId(String extensionAssociationId)
The ID of the extension association 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, withSdkRequestTimeoutpublic void setExtensionAssociationId(String extensionAssociationId)
The ID of the extension association to delete.
extensionAssociationId - The ID of the extension association to delete.public String getExtensionAssociationId()
The ID of the extension association to delete.
public DeleteExtensionAssociationRequest withExtensionAssociationId(String extensionAssociationId)
The ID of the extension association to delete.
extensionAssociationId - The ID of the extension association to delete.public String toString()
toString in class ObjectObject.toString()public DeleteExtensionAssociationRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()