Struct aws_sdk_licensemanager::operation::get_license_conversion_task::builders::GetLicenseConversionTaskOutputBuilder
source · #[non_exhaustive]pub struct GetLicenseConversionTaskOutputBuilder { /* private fields */ }Expand description
A builder for GetLicenseConversionTaskOutput.
Implementations§
source§impl GetLicenseConversionTaskOutputBuilder
impl GetLicenseConversionTaskOutputBuilder
sourcepub fn license_conversion_task_id(self, input: impl Into<String>) -> Self
pub fn license_conversion_task_id(self, input: impl Into<String>) -> Self
ID of the license type conversion task.
sourcepub fn set_license_conversion_task_id(self, input: Option<String>) -> Self
pub fn set_license_conversion_task_id(self, input: Option<String>) -> Self
ID of the license type conversion task.
sourcepub fn get_license_conversion_task_id(&self) -> &Option<String>
pub fn get_license_conversion_task_id(&self) -> &Option<String>
ID of the license type conversion task.
sourcepub fn resource_arn(self, input: impl Into<String>) -> Self
pub fn resource_arn(self, input: impl Into<String>) -> Self
Amazon Resource Names (ARN) of the resources the license conversion task is associated with.
sourcepub fn set_resource_arn(self, input: Option<String>) -> Self
pub fn set_resource_arn(self, input: Option<String>) -> Self
Amazon Resource Names (ARN) of the resources the license conversion task is associated with.
sourcepub fn get_resource_arn(&self) -> &Option<String>
pub fn get_resource_arn(&self) -> &Option<String>
Amazon Resource Names (ARN) of the resources the license conversion task is associated with.
sourcepub fn source_license_context(self, input: LicenseConversionContext) -> Self
pub fn source_license_context(self, input: LicenseConversionContext) -> Self
Information about the license type converted from.
sourcepub fn set_source_license_context(
self,
input: Option<LicenseConversionContext>
) -> Self
pub fn set_source_license_context( self, input: Option<LicenseConversionContext> ) -> Self
Information about the license type converted from.
sourcepub fn get_source_license_context(&self) -> &Option<LicenseConversionContext>
pub fn get_source_license_context(&self) -> &Option<LicenseConversionContext>
Information about the license type converted from.
sourcepub fn destination_license_context(
self,
input: LicenseConversionContext
) -> Self
pub fn destination_license_context( self, input: LicenseConversionContext ) -> Self
Information about the license type converted to.
sourcepub fn set_destination_license_context(
self,
input: Option<LicenseConversionContext>
) -> Self
pub fn set_destination_license_context( self, input: Option<LicenseConversionContext> ) -> Self
Information about the license type converted to.
sourcepub fn get_destination_license_context(
&self
) -> &Option<LicenseConversionContext>
pub fn get_destination_license_context( &self ) -> &Option<LicenseConversionContext>
Information about the license type converted to.
sourcepub fn status_message(self, input: impl Into<String>) -> Self
pub fn status_message(self, input: impl Into<String>) -> Self
The status message for the conversion task.
sourcepub fn set_status_message(self, input: Option<String>) -> Self
pub fn set_status_message(self, input: Option<String>) -> Self
The status message for the conversion task.
sourcepub fn get_status_message(&self) -> &Option<String>
pub fn get_status_message(&self) -> &Option<String>
The status message for the conversion task.
sourcepub fn status(self, input: LicenseConversionTaskStatus) -> Self
pub fn status(self, input: LicenseConversionTaskStatus) -> Self
Status of the license type conversion task.
sourcepub fn set_status(self, input: Option<LicenseConversionTaskStatus>) -> Self
pub fn set_status(self, input: Option<LicenseConversionTaskStatus>) -> Self
Status of the license type conversion task.
sourcepub fn get_status(&self) -> &Option<LicenseConversionTaskStatus>
pub fn get_status(&self) -> &Option<LicenseConversionTaskStatus>
Status of the license type conversion task.
sourcepub fn start_time(self, input: DateTime) -> Self
pub fn start_time(self, input: DateTime) -> Self
Time at which the license type conversion task was started .
sourcepub fn set_start_time(self, input: Option<DateTime>) -> Self
pub fn set_start_time(self, input: Option<DateTime>) -> Self
Time at which the license type conversion task was started .
sourcepub fn get_start_time(&self) -> &Option<DateTime>
pub fn get_start_time(&self) -> &Option<DateTime>
Time at which the license type conversion task was started .
sourcepub fn license_conversion_time(self, input: DateTime) -> Self
pub fn license_conversion_time(self, input: DateTime) -> Self
Amount of time to complete the license type conversion.
sourcepub fn set_license_conversion_time(self, input: Option<DateTime>) -> Self
pub fn set_license_conversion_time(self, input: Option<DateTime>) -> Self
Amount of time to complete the license type conversion.
sourcepub fn get_license_conversion_time(&self) -> &Option<DateTime>
pub fn get_license_conversion_time(&self) -> &Option<DateTime>
Amount of time to complete the license type conversion.
sourcepub fn end_time(self, input: DateTime) -> Self
pub fn end_time(self, input: DateTime) -> Self
Time at which the license type conversion task was completed.
sourcepub fn set_end_time(self, input: Option<DateTime>) -> Self
pub fn set_end_time(self, input: Option<DateTime>) -> Self
Time at which the license type conversion task was completed.
sourcepub fn get_end_time(&self) -> &Option<DateTime>
pub fn get_end_time(&self) -> &Option<DateTime>
Time at which the license type conversion task was completed.
sourcepub fn build(self) -> GetLicenseConversionTaskOutput
pub fn build(self) -> GetLicenseConversionTaskOutput
Consumes the builder and constructs a GetLicenseConversionTaskOutput.
Trait Implementations§
source§impl Clone for GetLicenseConversionTaskOutputBuilder
impl Clone for GetLicenseConversionTaskOutputBuilder
source§fn clone(&self) -> GetLicenseConversionTaskOutputBuilder
fn clone(&self) -> GetLicenseConversionTaskOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for GetLicenseConversionTaskOutputBuilder
impl Default for GetLicenseConversionTaskOutputBuilder
source§fn default() -> GetLicenseConversionTaskOutputBuilder
fn default() -> GetLicenseConversionTaskOutputBuilder
source§impl PartialEq<GetLicenseConversionTaskOutputBuilder> for GetLicenseConversionTaskOutputBuilder
impl PartialEq<GetLicenseConversionTaskOutputBuilder> for GetLicenseConversionTaskOutputBuilder
source§fn eq(&self, other: &GetLicenseConversionTaskOutputBuilder) -> bool
fn eq(&self, other: &GetLicenseConversionTaskOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.