#[non_exhaustive]pub struct ImportHostKeyOutputBuilder { /* private fields */ }Expand description
A builder for ImportHostKeyOutput.
Implementations§
source§impl ImportHostKeyOutputBuilder
impl ImportHostKeyOutputBuilder
sourcepub fn server_id(self, input: impl Into<String>) -> Self
pub fn server_id(self, input: impl Into<String>) -> Self
Returns the server identifier that contains the imported key.
sourcepub fn set_server_id(self, input: Option<String>) -> Self
pub fn set_server_id(self, input: Option<String>) -> Self
Returns the server identifier that contains the imported key.
sourcepub fn get_server_id(&self) -> &Option<String>
pub fn get_server_id(&self) -> &Option<String>
Returns the server identifier that contains the imported key.
sourcepub fn host_key_id(self, input: impl Into<String>) -> Self
pub fn host_key_id(self, input: impl Into<String>) -> Self
Returns the host key identifier for the imported key.
sourcepub fn set_host_key_id(self, input: Option<String>) -> Self
pub fn set_host_key_id(self, input: Option<String>) -> Self
Returns the host key identifier for the imported key.
sourcepub fn get_host_key_id(&self) -> &Option<String>
pub fn get_host_key_id(&self) -> &Option<String>
Returns the host key identifier for the imported key.
sourcepub fn build(self) -> ImportHostKeyOutput
pub fn build(self) -> ImportHostKeyOutput
Consumes the builder and constructs a ImportHostKeyOutput.
Trait Implementations§
source§impl Clone for ImportHostKeyOutputBuilder
impl Clone for ImportHostKeyOutputBuilder
source§fn clone(&self) -> ImportHostKeyOutputBuilder
fn clone(&self) -> ImportHostKeyOutputBuilder
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 ImportHostKeyOutputBuilder
impl Debug for ImportHostKeyOutputBuilder
source§impl Default for ImportHostKeyOutputBuilder
impl Default for ImportHostKeyOutputBuilder
source§fn default() -> ImportHostKeyOutputBuilder
fn default() -> ImportHostKeyOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ImportHostKeyOutputBuilder
impl PartialEq for ImportHostKeyOutputBuilder
source§fn eq(&self, other: &ImportHostKeyOutputBuilder) -> bool
fn eq(&self, other: &ImportHostKeyOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ImportHostKeyOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ImportHostKeyOutputBuilder
impl Send for ImportHostKeyOutputBuilder
impl Sync for ImportHostKeyOutputBuilder
impl Unpin for ImportHostKeyOutputBuilder
impl UnwindSafe for ImportHostKeyOutputBuilder
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