Struct aws_sdk_apigateway::output::TestInvokeMethodOutput
source · #[non_exhaustive]pub struct TestInvokeMethodOutput { /* private fields */ }
Expand description
Represents the response of the test invoke request in the HTTP method.
Implementations§
source§impl TestInvokeMethodOutput
impl TestInvokeMethodOutput
source§impl TestInvokeMethodOutput
impl TestInvokeMethodOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TestInvokeMethodOutput
.
Trait Implementations§
source§impl Clone for TestInvokeMethodOutput
impl Clone for TestInvokeMethodOutput
source§fn clone(&self) -> TestInvokeMethodOutput
fn clone(&self) -> TestInvokeMethodOutput
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 more