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
sourceimpl 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.
sourceimpl 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
sourceimpl Clone for GetIntegrationInput
impl Clone for GetIntegrationInput
sourcefn clone(&self) -> GetIntegrationInput
fn clone(&self) -> GetIntegrationInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for GetIntegrationInput
impl Debug for GetIntegrationInput
sourceimpl PartialEq<GetIntegrationInput> for GetIntegrationInput
impl PartialEq<GetIntegrationInput> for GetIntegrationInput
sourcefn eq(&self, other: &GetIntegrationInput) -> bool
fn eq(&self, other: &GetIntegrationInput) -> bool
impl StructuralPartialEq for GetIntegrationInput
Auto Trait Implementations
impl RefUnwindSafe for GetIntegrationInput
impl Send for GetIntegrationInput
impl Sync for GetIntegrationInput
impl Unpin for GetIntegrationInput
impl UnwindSafe for GetIntegrationInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more