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