Struct aws_sdk_iotwireless::operation::get_position_estimate::builders::GetPositionEstimateOutputBuilder
source · #[non_exhaustive]pub struct GetPositionEstimateOutputBuilder { /* private fields */ }Expand description
A builder for GetPositionEstimateOutput.
Implementations§
source§impl GetPositionEstimateOutputBuilder
impl GetPositionEstimateOutputBuilder
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 is of type blob and uses the GeoJSON format, which a format that's used to encode geographic data structures. A sample payload contains the timestamp information, the WGS84 coordinates of the location, and the accuracy and confidence level. For more information and examples, see Resolve device location (console).
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 is of type blob and uses the GeoJSON format, which a format that's used to encode geographic data structures. A sample payload contains the timestamp information, the WGS84 coordinates of the location, and the accuracy and confidence level. For more information and examples, see Resolve device location (console).
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 is of type blob and uses the GeoJSON format, which a format that's used to encode geographic data structures. A sample payload contains the timestamp information, the WGS84 coordinates of the location, and the accuracy and confidence level. For more information and examples, see Resolve device location (console).
sourcepub fn build(self) -> GetPositionEstimateOutput
pub fn build(self) -> GetPositionEstimateOutput
Consumes the builder and constructs a GetPositionEstimateOutput.
Trait Implementations§
source§impl Clone for GetPositionEstimateOutputBuilder
impl Clone for GetPositionEstimateOutputBuilder
source§fn clone(&self) -> GetPositionEstimateOutputBuilder
fn clone(&self) -> GetPositionEstimateOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for GetPositionEstimateOutputBuilder
impl Default for GetPositionEstimateOutputBuilder
source§fn default() -> GetPositionEstimateOutputBuilder
fn default() -> GetPositionEstimateOutputBuilder
source§impl PartialEq for GetPositionEstimateOutputBuilder
impl PartialEq for GetPositionEstimateOutputBuilder
source§fn eq(&self, other: &GetPositionEstimateOutputBuilder) -> bool
fn eq(&self, other: &GetPositionEstimateOutputBuilder) -> bool
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetPositionEstimateOutputBuilder
Auto Trait Implementations§
impl Freeze for GetPositionEstimateOutputBuilder
impl RefUnwindSafe for GetPositionEstimateOutputBuilder
impl Send for GetPositionEstimateOutputBuilder
impl Sync for GetPositionEstimateOutputBuilder
impl Unpin for GetPositionEstimateOutputBuilder
impl UnwindSafe for GetPositionEstimateOutputBuilder
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit)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>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more