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 ==.