#[non_exhaustive]pub struct UpdateResourcePositionInput { /* private fields */ }
Implementations§
source§impl UpdateResourcePositionInput
impl UpdateResourcePositionInput
sourcepub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<UpdateResourcePosition, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<UpdateResourcePosition, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateResourcePosition
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateResourcePositionInput
.
source§impl UpdateResourcePositionInput
impl UpdateResourcePositionInput
sourcepub fn resource_identifier(&self) -> Option<&str>
pub fn resource_identifier(&self) -> Option<&str>
The identifier of the resource for which position information is updated. It can be the wireless device ID or the wireless gateway ID depending on the resource type.
sourcepub fn resource_type(&self) -> Option<&PositionResourceType>
pub fn resource_type(&self) -> Option<&PositionResourceType>
The type of resource for which position information is updated, which can be a wireless device or a wireless gateway.
sourcepub fn geo_json_payload(&self) -> Option<&Blob>
pub fn 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.
Trait Implementations§
source§impl Clone for UpdateResourcePositionInput
impl Clone for UpdateResourcePositionInput
source§fn clone(&self) -> UpdateResourcePositionInput
fn clone(&self) -> UpdateResourcePositionInput
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 Debug for UpdateResourcePositionInput
impl Debug for UpdateResourcePositionInput
source§impl PartialEq<UpdateResourcePositionInput> for UpdateResourcePositionInput
impl PartialEq<UpdateResourcePositionInput> for UpdateResourcePositionInput
source§fn eq(&self, other: &UpdateResourcePositionInput) -> bool
fn eq(&self, other: &UpdateResourcePositionInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.