#[non_exhaustive]pub struct UpdateGraphqlApiInput { /* private fields */ }
Implementations§
source§impl UpdateGraphqlApiInput
impl UpdateGraphqlApiInput
sourcepub fn log_config(&self) -> Option<&LogConfig>
pub fn log_config(&self) -> Option<&LogConfig>
The Amazon CloudWatch Logs configuration for the GraphqlApi
object.
sourcepub fn authentication_type(&self) -> Option<&AuthenticationType>
pub fn authentication_type(&self) -> Option<&AuthenticationType>
The new authentication type for the GraphqlApi
object.
sourcepub fn user_pool_config(&self) -> Option<&UserPoolConfig>
pub fn user_pool_config(&self) -> Option<&UserPoolConfig>
The new Amazon Cognito user pool configuration for the ~GraphqlApi
object.
sourcepub fn open_id_connect_config(&self) -> Option<&OpenIdConnectConfig>
pub fn open_id_connect_config(&self) -> Option<&OpenIdConnectConfig>
The OpenID Connect configuration for the GraphqlApi
object.
sourcepub fn additional_authentication_providers(
&self
) -> Option<&[AdditionalAuthenticationProvider]>
pub fn additional_authentication_providers( &self ) -> Option<&[AdditionalAuthenticationProvider]>
A list of additional authentication providers for the GraphqlApi
API.
sourcepub fn xray_enabled(&self) -> bool
pub fn xray_enabled(&self) -> bool
A flag indicating whether to use X-Ray tracing for the GraphqlApi
.
Configuration for Lambda function authorization.
source§impl UpdateGraphqlApiInput
impl UpdateGraphqlApiInput
sourcepub fn builder() -> UpdateGraphqlApiInputBuilder
pub fn builder() -> UpdateGraphqlApiInputBuilder
Creates a new builder-style object to manufacture UpdateGraphqlApiInput
.
source§impl UpdateGraphqlApiInput
impl UpdateGraphqlApiInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateGraphqlApi, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<UpdateGraphqlApi, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateGraphqlApi
>
Trait Implementations§
source§impl Clone for UpdateGraphqlApiInput
impl Clone for UpdateGraphqlApiInput
source§fn clone(&self) -> UpdateGraphqlApiInput
fn clone(&self) -> UpdateGraphqlApiInput
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 UpdateGraphqlApiInput
impl Debug for UpdateGraphqlApiInput
source§impl PartialEq<UpdateGraphqlApiInput> for UpdateGraphqlApiInput
impl PartialEq<UpdateGraphqlApiInput> for UpdateGraphqlApiInput
source§fn eq(&self, other: &UpdateGraphqlApiInput) -> bool
fn eq(&self, other: &UpdateGraphqlApiInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for UpdateGraphqlApiInput
Auto Trait Implementations§
impl RefUnwindSafe for UpdateGraphqlApiInput
impl Send for UpdateGraphqlApiInput
impl Sync for UpdateGraphqlApiInput
impl Unpin for UpdateGraphqlApiInput
impl UnwindSafe for UpdateGraphqlApiInput
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
Mutably borrows from an owned value. Read more