Struct aws_sdk_iot::operation::get_package::builders::GetPackageOutputBuilder
source · #[non_exhaustive]pub struct GetPackageOutputBuilder { /* private fields */ }
Expand description
A builder for GetPackageOutput
.
Implementations§
source§impl GetPackageOutputBuilder
impl GetPackageOutputBuilder
sourcepub fn package_name(self, input: impl Into<String>) -> Self
pub fn package_name(self, input: impl Into<String>) -> Self
The name of the software package.
sourcepub fn set_package_name(self, input: Option<String>) -> Self
pub fn set_package_name(self, input: Option<String>) -> Self
The name of the software package.
sourcepub fn get_package_name(&self) -> &Option<String>
pub fn get_package_name(&self) -> &Option<String>
The name of the software package.
sourcepub fn package_arn(self, input: impl Into<String>) -> Self
pub fn package_arn(self, input: impl Into<String>) -> Self
The ARN for the package.
sourcepub fn set_package_arn(self, input: Option<String>) -> Self
pub fn set_package_arn(self, input: Option<String>) -> Self
The ARN for the package.
sourcepub fn get_package_arn(&self) -> &Option<String>
pub fn get_package_arn(&self) -> &Option<String>
The ARN for the package.
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
The package description.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
The package description.
sourcepub fn get_description(&self) -> &Option<String>
pub fn get_description(&self) -> &Option<String>
The package description.
sourcepub fn default_version_name(self, input: impl Into<String>) -> Self
pub fn default_version_name(self, input: impl Into<String>) -> Self
The name of the default package version.
sourcepub fn set_default_version_name(self, input: Option<String>) -> Self
pub fn set_default_version_name(self, input: Option<String>) -> Self
The name of the default package version.
sourcepub fn get_default_version_name(&self) -> &Option<String>
pub fn get_default_version_name(&self) -> &Option<String>
The name of the default package version.
sourcepub fn creation_date(self, input: DateTime) -> Self
pub fn creation_date(self, input: DateTime) -> Self
The date the package was created.
sourcepub fn set_creation_date(self, input: Option<DateTime>) -> Self
pub fn set_creation_date(self, input: Option<DateTime>) -> Self
The date the package was created.
sourcepub fn get_creation_date(&self) -> &Option<DateTime>
pub fn get_creation_date(&self) -> &Option<DateTime>
The date the package was created.
sourcepub fn last_modified_date(self, input: DateTime) -> Self
pub fn last_modified_date(self, input: DateTime) -> Self
The date when the package was last updated.
sourcepub fn set_last_modified_date(self, input: Option<DateTime>) -> Self
pub fn set_last_modified_date(self, input: Option<DateTime>) -> Self
The date when the package was last updated.
sourcepub fn get_last_modified_date(&self) -> &Option<DateTime>
pub fn get_last_modified_date(&self) -> &Option<DateTime>
The date when the package was last updated.
sourcepub fn build(self) -> GetPackageOutput
pub fn build(self) -> GetPackageOutput
Consumes the builder and constructs a GetPackageOutput
.
Trait Implementations§
source§impl Clone for GetPackageOutputBuilder
impl Clone for GetPackageOutputBuilder
source§fn clone(&self) -> GetPackageOutputBuilder
fn clone(&self) -> GetPackageOutputBuilder
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 Debug for GetPackageOutputBuilder
impl Debug for GetPackageOutputBuilder
source§impl Default for GetPackageOutputBuilder
impl Default for GetPackageOutputBuilder
source§fn default() -> GetPackageOutputBuilder
fn default() -> GetPackageOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GetPackageOutputBuilder
impl PartialEq for GetPackageOutputBuilder
source§fn eq(&self, other: &GetPackageOutputBuilder) -> bool
fn eq(&self, other: &GetPackageOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetPackageOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetPackageOutputBuilder
impl Send for GetPackageOutputBuilder
impl Sync for GetPackageOutputBuilder
impl Unpin for GetPackageOutputBuilder
impl UnwindSafe for GetPackageOutputBuilder
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.