Struct aws_sdk_apigateway::input::GetMethodResponseInput
source · [−]#[non_exhaustive]pub struct GetMethodResponseInput { /* private fields */ }Expand description
Request to describe a MethodResponse resource.
Implementations
sourceimpl GetMethodResponseInput
impl GetMethodResponseInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetMethodResponse, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetMethodResponse, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetMethodResponse>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetMethodResponseInput.
sourceimpl GetMethodResponseInput
impl GetMethodResponseInput
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>
The Resource identifier for the MethodResponse resource.
sourcepub fn http_method(&self) -> Option<&str>
pub fn http_method(&self) -> Option<&str>
The HTTP verb of the Method resource.
sourcepub fn status_code(&self) -> Option<&str>
pub fn status_code(&self) -> Option<&str>
The status code for the MethodResponse resource.
Trait Implementations
sourceimpl Clone for GetMethodResponseInput
impl Clone for GetMethodResponseInput
sourcefn clone(&self) -> GetMethodResponseInput
fn clone(&self) -> GetMethodResponseInput
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 GetMethodResponseInput
impl Debug for GetMethodResponseInput
sourceimpl PartialEq<GetMethodResponseInput> for GetMethodResponseInput
impl PartialEq<GetMethodResponseInput> for GetMethodResponseInput
sourcefn eq(&self, other: &GetMethodResponseInput) -> bool
fn eq(&self, other: &GetMethodResponseInput) -> bool
impl StructuralPartialEq for GetMethodResponseInput
Auto Trait Implementations
impl RefUnwindSafe for GetMethodResponseInput
impl Send for GetMethodResponseInput
impl Sync for GetMethodResponseInput
impl Unpin for GetMethodResponseInput
impl UnwindSafe for GetMethodResponseInput
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