@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetLicenseConversionTaskRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetLicenseConversionTaskRequest() |
Modifier and Type | Method and Description |
---|---|
GetLicenseConversionTaskRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getLicenseConversionTaskId()
ID of the license type conversion task to retrieve information on.
|
int |
hashCode() |
void |
setLicenseConversionTaskId(String licenseConversionTaskId)
ID of the license type conversion task to retrieve information on.
|
String |
toString()
Returns a string representation of this object.
|
GetLicenseConversionTaskRequest |
withLicenseConversionTaskId(String licenseConversionTaskId)
ID of the license type conversion task to retrieve information on.
|
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 setLicenseConversionTaskId(String licenseConversionTaskId)
ID of the license type conversion task to retrieve information on.
licenseConversionTaskId
- ID of the license type conversion task to retrieve information on.public String getLicenseConversionTaskId()
ID of the license type conversion task to retrieve information on.
public GetLicenseConversionTaskRequest withLicenseConversionTaskId(String licenseConversionTaskId)
ID of the license type conversion task to retrieve information on.
licenseConversionTaskId
- ID of the license type conversion task to retrieve information on.public String toString()
toString
in class Object
Object.toString()
public GetLicenseConversionTaskRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()