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 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) -> 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
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 GetPositionEstimateOutputBuilder
impl Default for GetPositionEstimateOutputBuilder
source§fn default() -> GetPositionEstimateOutputBuilder
fn default() -> GetPositionEstimateOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetPositionEstimateOutputBuilder> for GetPositionEstimateOutputBuilder
impl PartialEq<GetPositionEstimateOutputBuilder> for GetPositionEstimateOutputBuilder
source§fn eq(&self, other: &GetPositionEstimateOutputBuilder) -> bool
fn eq(&self, other: &GetPositionEstimateOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetPositionEstimateOutputBuilder
Auto Trait Implementations§
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
Mutably borrows from an owned value. Read more