pub struct Ec2LoginRequestBuilder { /* private fields */ }Expand description
Builder for Ec2LoginRequest.
Implementations§
Source§impl Ec2LoginRequestBuilder
impl Ec2LoginRequestBuilder
pub fn mount<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn role<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn nonce<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn identity<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn signature<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn pkcs7<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
Sourcepub fn build(&self) -> Result<Ec2LoginRequest, Ec2LoginRequestBuilderError>
pub fn build(&self) -> Result<Ec2LoginRequest, Ec2LoginRequestBuilderError>
Trait Implementations§
Source§impl Clone for Ec2LoginRequestBuilder
impl Clone for Ec2LoginRequestBuilder
Source§fn clone(&self) -> Ec2LoginRequestBuilder
fn clone(&self) -> Ec2LoginRequestBuilder
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for Ec2LoginRequestBuilder
impl RefUnwindSafe for Ec2LoginRequestBuilder
impl Send for Ec2LoginRequestBuilder
impl Sync for Ec2LoginRequestBuilder
impl Unpin for Ec2LoginRequestBuilder
impl UnwindSafe for Ec2LoginRequestBuilder
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