Struct aws_sdk_iotfleetwise::operation::get_decoder_manifest::builders::GetDecoderManifestOutputBuilder
source · #[non_exhaustive]pub struct GetDecoderManifestOutputBuilder { /* private fields */ }Expand description
A builder for GetDecoderManifestOutput.
Implementations§
source§impl GetDecoderManifestOutputBuilder
impl GetDecoderManifestOutputBuilder
sourcepub fn arn(self, input: impl Into<String>) -> Self
pub fn arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the decoder manifest.
sourcepub fn set_arn(self, input: Option<String>) -> Self
pub fn set_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the decoder manifest.
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
A brief description of the decoder manifest.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
A brief description of the decoder manifest.
sourcepub fn model_manifest_arn(self, input: impl Into<String>) -> Self
pub fn model_manifest_arn(self, input: impl Into<String>) -> Self
The ARN of a vehicle model (model manifest) associated with the decoder manifest.
sourcepub fn set_model_manifest_arn(self, input: Option<String>) -> Self
pub fn set_model_manifest_arn(self, input: Option<String>) -> Self
The ARN of a vehicle model (model manifest) associated with the decoder manifest.
sourcepub fn status(self, input: ManifestStatus) -> Self
pub fn status(self, input: ManifestStatus) -> Self
The state of the decoder manifest. If the status is ACTIVE, the decoder manifest can't be edited. If the status is marked DRAFT, you can edit the decoder manifest.
sourcepub fn set_status(self, input: Option<ManifestStatus>) -> Self
pub fn set_status(self, input: Option<ManifestStatus>) -> Self
The state of the decoder manifest. If the status is ACTIVE, the decoder manifest can't be edited. If the status is marked DRAFT, you can edit the decoder manifest.
sourcepub fn creation_time(self, input: DateTime) -> Self
pub fn creation_time(self, input: DateTime) -> Self
The time the decoder manifest was created in seconds since epoch (January 1, 1970 at midnight UTC time).
sourcepub fn set_creation_time(self, input: Option<DateTime>) -> Self
pub fn set_creation_time(self, input: Option<DateTime>) -> Self
The time the decoder manifest was created in seconds since epoch (January 1, 1970 at midnight UTC time).
sourcepub fn last_modification_time(self, input: DateTime) -> Self
pub fn last_modification_time(self, input: DateTime) -> Self
The time the decoder manifest was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).
sourcepub fn set_last_modification_time(self, input: Option<DateTime>) -> Self
pub fn set_last_modification_time(self, input: Option<DateTime>) -> Self
The time the decoder manifest was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).
sourcepub fn build(self) -> GetDecoderManifestOutput
pub fn build(self) -> GetDecoderManifestOutput
Consumes the builder and constructs a GetDecoderManifestOutput.
Trait Implementations§
source§impl Clone for GetDecoderManifestOutputBuilder
impl Clone for GetDecoderManifestOutputBuilder
source§fn clone(&self) -> GetDecoderManifestOutputBuilder
fn clone(&self) -> GetDecoderManifestOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for GetDecoderManifestOutputBuilder
impl Default for GetDecoderManifestOutputBuilder
source§fn default() -> GetDecoderManifestOutputBuilder
fn default() -> GetDecoderManifestOutputBuilder
source§impl PartialEq<GetDecoderManifestOutputBuilder> for GetDecoderManifestOutputBuilder
impl PartialEq<GetDecoderManifestOutputBuilder> for GetDecoderManifestOutputBuilder
source§fn eq(&self, other: &GetDecoderManifestOutputBuilder) -> bool
fn eq(&self, other: &GetDecoderManifestOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.