Struct aws_sdk_appmesh::model::HttpQueryParameter
source · #[non_exhaustive]pub struct HttpQueryParameter { /* private fields */ }
Expand description
An object that represents the query parameter in the request.
Implementations§
source§impl HttpQueryParameter
impl HttpQueryParameter
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture HttpQueryParameter
.
Trait Implementations§
source§impl Clone for HttpQueryParameter
impl Clone for HttpQueryParameter
source§fn clone(&self) -> HttpQueryParameter
fn clone(&self) -> HttpQueryParameter
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 more