#[non_exhaustive]pub struct GetResolverConfigInput { /* private fields */ }Implementations§
source§impl GetResolverConfigInput
impl GetResolverConfigInput
sourcepub fn resource_id(&self) -> Option<&str>
pub fn resource_id(&self) -> Option<&str>
Resource ID of the Amazon VPC that you want to get information about.
source§impl GetResolverConfigInput
impl GetResolverConfigInput
sourcepub fn builder() -> GetResolverConfigInputBuilder
pub fn builder() -> GetResolverConfigInputBuilder
Creates a new builder-style object to manufacture GetResolverConfigInput.
source§impl GetResolverConfigInput
impl GetResolverConfigInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetResolverConfig, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<GetResolverConfig, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetResolverConfig>
Trait Implementations§
source§impl Clone for GetResolverConfigInput
impl Clone for GetResolverConfigInput
source§fn clone(&self) -> GetResolverConfigInput
fn clone(&self) -> GetResolverConfigInput
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 GetResolverConfigInput
impl Debug for GetResolverConfigInput
source§impl PartialEq<GetResolverConfigInput> for GetResolverConfigInput
impl PartialEq<GetResolverConfigInput> for GetResolverConfigInput
source§fn eq(&self, other: &GetResolverConfigInput) -> bool
fn eq(&self, other: &GetResolverConfigInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.