Class CreateInstanceExportTaskRequest

    • Constructor Detail

      • CreateInstanceExportTaskRequest

        public CreateInstanceExportTaskRequest()
    • Method Detail

      • setDescription

        public void setDescription​(String description)

        A description for the conversion task or the resource being exported. The maximum length is 255 bytes.

        Parameters:
        description - A description for the conversion task or the resource being exported. The maximum length is 255 bytes.
      • getDescription

        public String getDescription()

        A description for the conversion task or the resource being exported. The maximum length is 255 bytes.

        Returns:
        A description for the conversion task or the resource being exported. The maximum length is 255 bytes.
      • withDescription

        public CreateInstanceExportTaskRequest withDescription​(String description)

        A description for the conversion task or the resource being exported. The maximum length is 255 bytes.

        Parameters:
        description - A description for the conversion task or the resource being exported. The maximum length is 255 bytes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setInstanceId

        public void setInstanceId​(String instanceId)

        The ID of the instance.

        Parameters:
        instanceId - The ID of the instance.
      • getInstanceId

        public String getInstanceId()

        The ID of the instance.

        Returns:
        The ID of the instance.
      • withInstanceId

        public CreateInstanceExportTaskRequest withInstanceId​(String instanceId)

        The ID of the instance.

        Parameters:
        instanceId - The ID of the instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setTargetEnvironment

        public void setTargetEnvironment​(String targetEnvironment)

        The target virtualization environment.

        Parameters:
        targetEnvironment - The target virtualization environment.
        See Also:
        ExportEnvironment
      • getTargetEnvironment

        public String getTargetEnvironment()

        The target virtualization environment.

        Returns:
        The target virtualization environment.
        See Also:
        ExportEnvironment
      • withTargetEnvironment

        public CreateInstanceExportTaskRequest withTargetEnvironment​(String targetEnvironment)

        The target virtualization environment.

        Parameters:
        targetEnvironment - The target virtualization environment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ExportEnvironment
      • setTargetEnvironment

        public void setTargetEnvironment​(ExportEnvironment targetEnvironment)

        The target virtualization environment.

        Parameters:
        targetEnvironment - The target virtualization environment.
        See Also:
        ExportEnvironment
      • withTargetEnvironment

        public CreateInstanceExportTaskRequest withTargetEnvironment​(ExportEnvironment targetEnvironment)

        The target virtualization environment.

        Parameters:
        targetEnvironment - The target virtualization environment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ExportEnvironment
      • setExportToS3Task

        public void setExportToS3Task​(ExportToS3TaskSpecification exportToS3Task)

        The format and location for an instance export task.

        Parameters:
        exportToS3Task - The format and location for an instance export task.
      • getExportToS3Task

        public ExportToS3TaskSpecification getExportToS3Task()

        The format and location for an instance export task.

        Returns:
        The format and location for an instance export task.
      • withExportToS3Task

        public CreateInstanceExportTaskRequest withExportToS3Task​(ExportToS3TaskSpecification exportToS3Task)

        The format and location for an instance export task.

        Parameters:
        exportToS3Task - The format and location for an instance export task.
        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; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object