Struct aws_sdk_tnb::operation::get_sol_function_package_content::builders::GetSolFunctionPackageContentOutputBuilder
source · #[non_exhaustive]pub struct GetSolFunctionPackageContentOutputBuilder { /* private fields */ }Expand description
A builder for GetSolFunctionPackageContentOutput.
Implementations§
source§impl GetSolFunctionPackageContentOutputBuilder
impl GetSolFunctionPackageContentOutputBuilder
sourcepub fn content_type(self, input: PackageContentType) -> Self
pub fn content_type(self, input: PackageContentType) -> Self
Indicates the media type of the resource.
sourcepub fn set_content_type(self, input: Option<PackageContentType>) -> Self
pub fn set_content_type(self, input: Option<PackageContentType>) -> Self
Indicates the media type of the resource.
sourcepub fn get_content_type(&self) -> &Option<PackageContentType>
pub fn get_content_type(&self) -> &Option<PackageContentType>
Indicates the media type of the resource.
sourcepub fn package_content(self, input: Blob) -> Self
pub fn package_content(self, input: Blob) -> Self
Contents of the function package.
sourcepub fn set_package_content(self, input: Option<Blob>) -> Self
pub fn set_package_content(self, input: Option<Blob>) -> Self
Contents of the function package.
sourcepub fn get_package_content(&self) -> &Option<Blob>
pub fn get_package_content(&self) -> &Option<Blob>
Contents of the function package.
sourcepub fn build(self) -> GetSolFunctionPackageContentOutput
pub fn build(self) -> GetSolFunctionPackageContentOutput
Consumes the builder and constructs a GetSolFunctionPackageContentOutput.
Trait Implementations§
source§impl Clone for GetSolFunctionPackageContentOutputBuilder
impl Clone for GetSolFunctionPackageContentOutputBuilder
source§fn clone(&self) -> GetSolFunctionPackageContentOutputBuilder
fn clone(&self) -> GetSolFunctionPackageContentOutputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for GetSolFunctionPackageContentOutputBuilder
impl Default for GetSolFunctionPackageContentOutputBuilder
source§fn default() -> GetSolFunctionPackageContentOutputBuilder
fn default() -> GetSolFunctionPackageContentOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GetSolFunctionPackageContentOutputBuilder
impl PartialEq for GetSolFunctionPackageContentOutputBuilder
source§fn eq(&self, other: &GetSolFunctionPackageContentOutputBuilder) -> bool
fn eq(&self, other: &GetSolFunctionPackageContentOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetSolFunctionPackageContentOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetSolFunctionPackageContentOutputBuilder
impl Send for GetSolFunctionPackageContentOutputBuilder
impl Sync for GetSolFunctionPackageContentOutputBuilder
impl Unpin for GetSolFunctionPackageContentOutputBuilder
impl UnwindSafe for GetSolFunctionPackageContentOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.