@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteAdapterVersionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteAdapterVersionRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteAdapterVersionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAdapterId()
A string containing a unique ID for the adapter version that will be deleted.
|
String |
getAdapterVersion()
Specifies the adapter version to be deleted.
|
int |
hashCode() |
void |
setAdapterId(String adapterId)
A string containing a unique ID for the adapter version that will be deleted.
|
void |
setAdapterVersion(String adapterVersion)
Specifies the adapter version to be deleted.
|
String |
toString()
Returns a string representation of this object.
|
DeleteAdapterVersionRequest |
withAdapterId(String adapterId)
A string containing a unique ID for the adapter version that will be deleted.
|
DeleteAdapterVersionRequest |
withAdapterVersion(String adapterVersion)
Specifies the adapter version to be deleted.
|
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 setAdapterId(String adapterId)
A string containing a unique ID for the adapter version that will be deleted.
adapterId
- A string containing a unique ID for the adapter version that will be deleted.public String getAdapterId()
A string containing a unique ID for the adapter version that will be deleted.
public DeleteAdapterVersionRequest withAdapterId(String adapterId)
A string containing a unique ID for the adapter version that will be deleted.
adapterId
- A string containing a unique ID for the adapter version that will be deleted.public void setAdapterVersion(String adapterVersion)
Specifies the adapter version to be deleted.
adapterVersion
- Specifies the adapter version to be deleted.public String getAdapterVersion()
Specifies the adapter version to be deleted.
public DeleteAdapterVersionRequest withAdapterVersion(String adapterVersion)
Specifies the adapter version to be deleted.
adapterVersion
- Specifies the adapter version to be deleted.public String toString()
toString
in class Object
Object.toString()
public DeleteAdapterVersionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()