#[non_exhaustive]pub struct LicenseConversionContextBuilder { /* private fields */ }Expand description
A builder for LicenseConversionContext.
Implementations§
source§impl LicenseConversionContextBuilder
impl LicenseConversionContextBuilder
sourcepub fn usage_operation(self, input: impl Into<String>) -> Self
pub fn usage_operation(self, input: impl Into<String>) -> Self
The Usage operation value that corresponds to the license type you are converting your resource from. For more information about which platforms correspond to which usage operation values see Sample data: usage operation by platform
sourcepub fn set_usage_operation(self, input: Option<String>) -> Self
pub fn set_usage_operation(self, input: Option<String>) -> Self
The Usage operation value that corresponds to the license type you are converting your resource from. For more information about which platforms correspond to which usage operation values see Sample data: usage operation by platform
sourcepub fn get_usage_operation(&self) -> &Option<String>
pub fn get_usage_operation(&self) -> &Option<String>
The Usage operation value that corresponds to the license type you are converting your resource from. For more information about which platforms correspond to which usage operation values see Sample data: usage operation by platform
sourcepub fn build(self) -> LicenseConversionContext
pub fn build(self) -> LicenseConversionContext
Consumes the builder and constructs a LicenseConversionContext.
Trait Implementations§
source§impl Clone for LicenseConversionContextBuilder
impl Clone for LicenseConversionContextBuilder
source§fn clone(&self) -> LicenseConversionContextBuilder
fn clone(&self) -> LicenseConversionContextBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for LicenseConversionContextBuilder
impl Default for LicenseConversionContextBuilder
source§fn default() -> LicenseConversionContextBuilder
fn default() -> LicenseConversionContextBuilder
source§impl PartialEq<LicenseConversionContextBuilder> for LicenseConversionContextBuilder
impl PartialEq<LicenseConversionContextBuilder> for LicenseConversionContextBuilder
source§fn eq(&self, other: &LicenseConversionContextBuilder) -> bool
fn eq(&self, other: &LicenseConversionContextBuilder) -> bool
self and other values to be equal, and is used
by ==.