@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateLicenseConversionTaskForResourceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateLicenseConversionTaskForResourceRequest() |
Modifier and Type | Method and Description |
---|---|
CreateLicenseConversionTaskForResourceRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
LicenseConversionContext |
getDestinationLicenseContext()
Information that identifies the license type you are converting to.
|
String |
getResourceArn()
Amazon Resource Name (ARN) of the resource you are converting the license type for.
|
LicenseConversionContext |
getSourceLicenseContext()
Information that identifies the license type you are converting from.
|
int |
hashCode() |
void |
setDestinationLicenseContext(LicenseConversionContext destinationLicenseContext)
Information that identifies the license type you are converting to.
|
void |
setResourceArn(String resourceArn)
Amazon Resource Name (ARN) of the resource you are converting the license type for.
|
void |
setSourceLicenseContext(LicenseConversionContext sourceLicenseContext)
Information that identifies the license type you are converting from.
|
String |
toString()
Returns a string representation of this object.
|
CreateLicenseConversionTaskForResourceRequest |
withDestinationLicenseContext(LicenseConversionContext destinationLicenseContext)
Information that identifies the license type you are converting to.
|
CreateLicenseConversionTaskForResourceRequest |
withResourceArn(String resourceArn)
Amazon Resource Name (ARN) of the resource you are converting the license type for.
|
CreateLicenseConversionTaskForResourceRequest |
withSourceLicenseContext(LicenseConversionContext sourceLicenseContext)
Information that identifies the license type you are converting from.
|
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 CreateLicenseConversionTaskForResourceRequest()
public void setResourceArn(String resourceArn)
Amazon Resource Name (ARN) of the resource you are converting the license type for.
resourceArn
- Amazon Resource Name (ARN) of the resource you are converting the license type for.public String getResourceArn()
Amazon Resource Name (ARN) of the resource you are converting the license type for.
public CreateLicenseConversionTaskForResourceRequest withResourceArn(String resourceArn)
Amazon Resource Name (ARN) of the resource you are converting the license type for.
resourceArn
- Amazon Resource Name (ARN) of the resource you are converting the license type for.public void setSourceLicenseContext(LicenseConversionContext sourceLicenseContext)
Information that identifies the license type you are converting from. For the structure of the source license, see Convert a license type using the CLI in the License Manager User Guide.
sourceLicenseContext
- Information that identifies the license type you are converting from. For the structure of the source
license, see Convert a license type using the CLI in the License Manager User Guide.public LicenseConversionContext getSourceLicenseContext()
Information that identifies the license type you are converting from. For the structure of the source license, see Convert a license type using the CLI in the License Manager User Guide.
public CreateLicenseConversionTaskForResourceRequest withSourceLicenseContext(LicenseConversionContext sourceLicenseContext)
Information that identifies the license type you are converting from. For the structure of the source license, see Convert a license type using the CLI in the License Manager User Guide.
sourceLicenseContext
- Information that identifies the license type you are converting from. For the structure of the source
license, see Convert a license type using the CLI in the License Manager User Guide.public void setDestinationLicenseContext(LicenseConversionContext destinationLicenseContext)
Information that identifies the license type you are converting to. For the structure of the destination license, see Convert a license type using the CLI in the License Manager User Guide.
destinationLicenseContext
- Information that identifies the license type you are converting to. For the structure of the destination
license, see Convert a license type using the CLI in the License Manager User Guide.public LicenseConversionContext getDestinationLicenseContext()
Information that identifies the license type you are converting to. For the structure of the destination license, see Convert a license type using the CLI in the License Manager User Guide.
public CreateLicenseConversionTaskForResourceRequest withDestinationLicenseContext(LicenseConversionContext destinationLicenseContext)
Information that identifies the license type you are converting to. For the structure of the destination license, see Convert a license type using the CLI in the License Manager User Guide.
destinationLicenseContext
- Information that identifies the license type you are converting to. For the structure of the destination
license, see Convert a license type using the CLI in the License Manager User Guide.public String toString()
toString
in class Object
Object.toString()
public CreateLicenseConversionTaskForResourceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()