JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.licensemanager.model

Class GetLicenseConversionTaskResult

    • Constructor Detail

      • GetLicenseConversionTaskResult

        public GetLicenseConversionTaskResult()
    • Method Detail

      • setLicenseConversionTaskId

        public void setLicenseConversionTaskId(String licenseConversionTaskId)

        ID of the license type conversion task.

        Parameters:
        licenseConversionTaskId - ID of the license type conversion task.
      • getLicenseConversionTaskId

        public String getLicenseConversionTaskId()

        ID of the license type conversion task.

        Returns:
        ID of the license type conversion task.
      • withLicenseConversionTaskId

        public GetLicenseConversionTaskResult withLicenseConversionTaskId(String licenseConversionTaskId)

        ID of the license type conversion task.

        Parameters:
        licenseConversionTaskId - ID of the license type conversion task.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setResourceArn

        public void setResourceArn(String resourceArn)

        Amazon Resource Names (ARN) of the resources the license conversion task is associated with.

        Parameters:
        resourceArn - Amazon Resource Names (ARN) of the resources the license conversion task is associated with.
      • getResourceArn

        public String getResourceArn()

        Amazon Resource Names (ARN) of the resources the license conversion task is associated with.

        Returns:
        Amazon Resource Names (ARN) of the resources the license conversion task is associated with.
      • withResourceArn

        public GetLicenseConversionTaskResult withResourceArn(String resourceArn)

        Amazon Resource Names (ARN) of the resources the license conversion task is associated with.

        Parameters:
        resourceArn - Amazon Resource Names (ARN) of the resources the license conversion task is associated with.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSourceLicenseContext

        public void setSourceLicenseContext(LicenseConversionContext sourceLicenseContext)

        Information about the license type converted from.

        Parameters:
        sourceLicenseContext - Information about the license type converted from.
      • getSourceLicenseContext

        public LicenseConversionContext getSourceLicenseContext()

        Information about the license type converted from.

        Returns:
        Information about the license type converted from.
      • withSourceLicenseContext

        public GetLicenseConversionTaskResult withSourceLicenseContext(LicenseConversionContext sourceLicenseContext)

        Information about the license type converted from.

        Parameters:
        sourceLicenseContext - Information about the license type converted from.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDestinationLicenseContext

        public void setDestinationLicenseContext(LicenseConversionContext destinationLicenseContext)

        Information about the license type converted to.

        Parameters:
        destinationLicenseContext - Information about the license type converted to.
      • getDestinationLicenseContext

        public LicenseConversionContext getDestinationLicenseContext()

        Information about the license type converted to.

        Returns:
        Information about the license type converted to.
      • withDestinationLicenseContext

        public GetLicenseConversionTaskResult withDestinationLicenseContext(LicenseConversionContext destinationLicenseContext)

        Information about the license type converted to.

        Parameters:
        destinationLicenseContext - Information about the license type converted to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStatusMessage

        public void setStatusMessage(String statusMessage)

        The status message for the conversion task.

        Parameters:
        statusMessage - The status message for the conversion task.
      • getStatusMessage

        public String getStatusMessage()

        The status message for the conversion task.

        Returns:
        The status message for the conversion task.
      • withStatusMessage

        public GetLicenseConversionTaskResult withStatusMessage(String statusMessage)

        The status message for the conversion task.

        Parameters:
        statusMessage - The status message for the conversion task.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStatus

        public void setStatus(String status)

        Status of the license type conversion task.

        Parameters:
        status - Status of the license type conversion task.
        See Also:
        LicenseConversionTaskStatus
      • getStatus

        public String getStatus()

        Status of the license type conversion task.

        Returns:
        Status of the license type conversion task.
        See Also:
        LicenseConversionTaskStatus
      • setStartTime

        public void setStartTime(Date startTime)

        Time at which the license type conversion task was started .

        Parameters:
        startTime - Time at which the license type conversion task was started .
      • getStartTime

        public Date getStartTime()

        Time at which the license type conversion task was started .

        Returns:
        Time at which the license type conversion task was started .
      • withStartTime

        public GetLicenseConversionTaskResult withStartTime(Date startTime)

        Time at which the license type conversion task was started .

        Parameters:
        startTime - Time at which the license type conversion task was started .
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setLicenseConversionTime

        public void setLicenseConversionTime(Date licenseConversionTime)

        Amount of time to complete the license type conversion.

        Parameters:
        licenseConversionTime - Amount of time to complete the license type conversion.
      • getLicenseConversionTime

        public Date getLicenseConversionTime()

        Amount of time to complete the license type conversion.

        Returns:
        Amount of time to complete the license type conversion.
      • withLicenseConversionTime

        public GetLicenseConversionTaskResult withLicenseConversionTime(Date licenseConversionTime)

        Amount of time to complete the license type conversion.

        Parameters:
        licenseConversionTime - Amount of time to complete the license type conversion.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setEndTime

        public void setEndTime(Date endTime)

        Time at which the license type conversion task was completed.

        Parameters:
        endTime - Time at which the license type conversion task was completed.
      • getEndTime

        public Date getEndTime()

        Time at which the license type conversion task was completed.

        Returns:
        Time at which the license type conversion task was completed.
      • withEndTime

        public GetLicenseConversionTaskResult withEndTime(Date endTime)

        Time at which the license type conversion task was completed.

        Parameters:
        endTime - Time at which the license type conversion task was completed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /