Struct aws_sdk_iotwireless::operation::get_resource_position::builders::GetResourcePositionOutputBuilder
source · #[non_exhaustive]pub struct GetResourcePositionOutputBuilder { /* private fields */ }Expand description
A builder for GetResourcePositionOutput.
Implementations§
source§impl GetResourcePositionOutputBuilder
impl GetResourcePositionOutputBuilder
sourcepub fn geo_json_payload(self, input: Blob) -> Self
pub fn geo_json_payload(self, input: Blob) -> Self
The position information of the resource, displayed as a JSON payload. The payload uses the GeoJSON format, which a format that's used to encode geographic data structures. For more information, see GeoJSON.
sourcepub fn set_geo_json_payload(self, input: Option<Blob>) -> Self
pub fn set_geo_json_payload(self, input: Option<Blob>) -> Self
The position information of the resource, displayed as a JSON payload. The payload uses the GeoJSON format, which a format that's used to encode geographic data structures. For more information, see GeoJSON.
sourcepub fn get_geo_json_payload(&self) -> &Option<Blob>
pub fn get_geo_json_payload(&self) -> &Option<Blob>
The position information of the resource, displayed as a JSON payload. The payload uses the GeoJSON format, which a format that's used to encode geographic data structures. For more information, see GeoJSON.
sourcepub fn build(self) -> GetResourcePositionOutput
pub fn build(self) -> GetResourcePositionOutput
Consumes the builder and constructs a GetResourcePositionOutput.
Trait Implementations§
source§impl Clone for GetResourcePositionOutputBuilder
impl Clone for GetResourcePositionOutputBuilder
source§fn clone(&self) -> GetResourcePositionOutputBuilder
fn clone(&self) -> GetResourcePositionOutputBuilder
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 GetResourcePositionOutputBuilder
impl Default for GetResourcePositionOutputBuilder
source§fn default() -> GetResourcePositionOutputBuilder
fn default() -> GetResourcePositionOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GetResourcePositionOutputBuilder
impl PartialEq for GetResourcePositionOutputBuilder
source§fn eq(&self, other: &GetResourcePositionOutputBuilder) -> bool
fn eq(&self, other: &GetResourcePositionOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetResourcePositionOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetResourcePositionOutputBuilder
impl Send for GetResourcePositionOutputBuilder
impl Sync for GetResourcePositionOutputBuilder
impl Unpin for GetResourcePositionOutputBuilder
impl UnwindSafe for GetResourcePositionOutputBuilder
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.