Struct aws_sdk_apigateway::operation::test_invoke_authorizer::builders::TestInvokeAuthorizerOutputBuilder
source · #[non_exhaustive]pub struct TestInvokeAuthorizerOutputBuilder { /* private fields */ }Expand description
A builder for TestInvokeAuthorizerOutput.
Implementations§
source§impl TestInvokeAuthorizerOutputBuilder
impl TestInvokeAuthorizerOutputBuilder
sourcepub fn client_status(self, input: i32) -> Self
pub fn client_status(self, input: i32) -> Self
The HTTP status code that the client would have received. Value is 0 if the authorizer succeeded.
sourcepub fn set_client_status(self, input: Option<i32>) -> Self
pub fn set_client_status(self, input: Option<i32>) -> Self
The HTTP status code that the client would have received. Value is 0 if the authorizer succeeded.
sourcepub fn get_client_status(&self) -> &Option<i32>
pub fn get_client_status(&self) -> &Option<i32>
The HTTP status code that the client would have received. Value is 0 if the authorizer succeeded.
sourcepub fn log(self, input: impl Into<String>) -> Self
pub fn log(self, input: impl Into<String>) -> Self
The API Gateway execution log for the test authorizer request.
sourcepub fn set_log(self, input: Option<String>) -> Self
pub fn set_log(self, input: Option<String>) -> Self
The API Gateway execution log for the test authorizer request.
sourcepub fn get_log(&self) -> &Option<String>
pub fn get_log(&self) -> &Option<String>
The API Gateway execution log for the test authorizer request.
sourcepub fn latency(self, input: i64) -> Self
pub fn latency(self, input: i64) -> Self
The execution latency, in ms, of the test authorizer request.
sourcepub fn set_latency(self, input: Option<i64>) -> Self
pub fn set_latency(self, input: Option<i64>) -> Self
The execution latency, in ms, of the test authorizer request.
sourcepub fn get_latency(&self) -> &Option<i64>
pub fn get_latency(&self) -> &Option<i64>
The execution latency, in ms, of the test authorizer request.
sourcepub fn principal_id(self, input: impl Into<String>) -> Self
pub fn principal_id(self, input: impl Into<String>) -> Self
The principal identity returned by the Authorizer
sourcepub fn set_principal_id(self, input: Option<String>) -> Self
pub fn set_principal_id(self, input: Option<String>) -> Self
The principal identity returned by the Authorizer
sourcepub fn get_principal_id(&self) -> &Option<String>
pub fn get_principal_id(&self) -> &Option<String>
The principal identity returned by the Authorizer
sourcepub fn policy(self, input: impl Into<String>) -> Self
pub fn policy(self, input: impl Into<String>) -> Self
The JSON policy document returned by the Authorizer
sourcepub fn set_policy(self, input: Option<String>) -> Self
pub fn set_policy(self, input: Option<String>) -> Self
The JSON policy document returned by the Authorizer
sourcepub fn get_policy(&self) -> &Option<String>
pub fn get_policy(&self) -> &Option<String>
The JSON policy document returned by the Authorizer
Adds a key-value pair to authorization.
To override the contents of this collection use set_authorization.
The authorization response.
The authorization response.
The authorization response.
sourcepub fn claims(self, k: impl Into<String>, v: impl Into<String>) -> Self
pub fn claims(self, k: impl Into<String>, v: impl Into<String>) -> Self
Adds a key-value pair to claims.
To override the contents of this collection use set_claims.
The open identity claims, with any supported custom attributes, returned from the Cognito Your User Pool configured for the API.
sourcepub fn set_claims(self, input: Option<HashMap<String, String>>) -> Self
pub fn set_claims(self, input: Option<HashMap<String, String>>) -> Self
The open identity claims, with any supported custom attributes, returned from the Cognito Your User Pool configured for the API.
sourcepub fn get_claims(&self) -> &Option<HashMap<String, String>>
pub fn get_claims(&self) -> &Option<HashMap<String, String>>
The open identity claims, with any supported custom attributes, returned from the Cognito Your User Pool configured for the API.
sourcepub fn build(self) -> TestInvokeAuthorizerOutput
pub fn build(self) -> TestInvokeAuthorizerOutput
Consumes the builder and constructs a TestInvokeAuthorizerOutput.
Trait Implementations§
source§impl Clone for TestInvokeAuthorizerOutputBuilder
impl Clone for TestInvokeAuthorizerOutputBuilder
source§fn clone(&self) -> TestInvokeAuthorizerOutputBuilder
fn clone(&self) -> TestInvokeAuthorizerOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for TestInvokeAuthorizerOutputBuilder
impl Default for TestInvokeAuthorizerOutputBuilder
source§fn default() -> TestInvokeAuthorizerOutputBuilder
fn default() -> TestInvokeAuthorizerOutputBuilder
source§impl PartialEq for TestInvokeAuthorizerOutputBuilder
impl PartialEq for TestInvokeAuthorizerOutputBuilder
source§fn eq(&self, other: &TestInvokeAuthorizerOutputBuilder) -> bool
fn eq(&self, other: &TestInvokeAuthorizerOutputBuilder) -> bool
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TestInvokeAuthorizerOutputBuilder
Auto Trait Implementations§
impl Freeze for TestInvokeAuthorizerOutputBuilder
impl RefUnwindSafe for TestInvokeAuthorizerOutputBuilder
impl Send for TestInvokeAuthorizerOutputBuilder
impl Sync for TestInvokeAuthorizerOutputBuilder
impl Unpin for TestInvokeAuthorizerOutputBuilder
impl UnwindSafe for TestInvokeAuthorizerOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit)source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more