Struct aws_sdk_apigateway::input::GetIntegrationInput
source · #[non_exhaustive]pub struct GetIntegrationInput { /* private fields */ }Expand description
Represents a request to get the integration configuration.
Implementations§
source§impl GetIntegrationInput
impl GetIntegrationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetIntegration, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetIntegration, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetIntegration>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetIntegrationInput.
source§impl GetIntegrationInput
impl GetIntegrationInput
sourcepub fn rest_api_id(&self) -> Option<&str>
pub fn rest_api_id(&self) -> Option<&str>
The string identifier of the associated RestApi.
sourcepub fn resource_id(&self) -> Option<&str>
pub fn resource_id(&self) -> Option<&str>
Specifies a get integration request's resource identifier
sourcepub fn http_method(&self) -> Option<&str>
pub fn http_method(&self) -> Option<&str>
Specifies a get integration request's HTTP method.
Trait Implementations§
source§impl Clone for GetIntegrationInput
impl Clone for GetIntegrationInput
source§fn clone(&self) -> GetIntegrationInput
fn clone(&self) -> GetIntegrationInput
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 GetIntegrationInput
impl Debug for GetIntegrationInput
source§impl PartialEq<GetIntegrationInput> for GetIntegrationInput
impl PartialEq<GetIntegrationInput> for GetIntegrationInput
source§fn eq(&self, other: &GetIntegrationInput) -> bool
fn eq(&self, other: &GetIntegrationInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.