Struct aws_sdk_appsync::operation::disassociate_source_graphql_api::builders::DisassociateSourceGraphqlApiInputBuilder
source · #[non_exhaustive]pub struct DisassociateSourceGraphqlApiInputBuilder { /* private fields */ }
Expand description
A builder for DisassociateSourceGraphqlApiInput
.
Implementations§
source§impl DisassociateSourceGraphqlApiInputBuilder
impl DisassociateSourceGraphqlApiInputBuilder
sourcepub fn merged_api_identifier(self, input: impl Into<String>) -> Self
pub fn merged_api_identifier(self, input: impl Into<String>) -> Self
The identifier of the AppSync Merged API. This is generated by the AppSync service. In most cases, Merged APIs (especially in your account) only require the API ID value or ARN of the merged API. However, Merged APIs in other accounts (cross-account use cases) strictly require the full resource ARN of the merged API.
This field is required.sourcepub fn set_merged_api_identifier(self, input: Option<String>) -> Self
pub fn set_merged_api_identifier(self, input: Option<String>) -> Self
The identifier of the AppSync Merged API. This is generated by the AppSync service. In most cases, Merged APIs (especially in your account) only require the API ID value or ARN of the merged API. However, Merged APIs in other accounts (cross-account use cases) strictly require the full resource ARN of the merged API.
sourcepub fn get_merged_api_identifier(&self) -> &Option<String>
pub fn get_merged_api_identifier(&self) -> &Option<String>
The identifier of the AppSync Merged API. This is generated by the AppSync service. In most cases, Merged APIs (especially in your account) only require the API ID value or ARN of the merged API. However, Merged APIs in other accounts (cross-account use cases) strictly require the full resource ARN of the merged API.
sourcepub fn association_id(self, input: impl Into<String>) -> Self
pub fn association_id(self, input: impl Into<String>) -> Self
The ID generated by the AppSync service for the source API association.
This field is required.sourcepub fn set_association_id(self, input: Option<String>) -> Self
pub fn set_association_id(self, input: Option<String>) -> Self
The ID generated by the AppSync service for the source API association.
sourcepub fn get_association_id(&self) -> &Option<String>
pub fn get_association_id(&self) -> &Option<String>
The ID generated by the AppSync service for the source API association.
sourcepub fn build(self) -> Result<DisassociateSourceGraphqlApiInput, BuildError>
pub fn build(self) -> Result<DisassociateSourceGraphqlApiInput, BuildError>
Consumes the builder and constructs a DisassociateSourceGraphqlApiInput
.
source§impl DisassociateSourceGraphqlApiInputBuilder
impl DisassociateSourceGraphqlApiInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DisassociateSourceGraphqlApiOutput, SdkError<DisassociateSourceGraphqlApiError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DisassociateSourceGraphqlApiOutput, SdkError<DisassociateSourceGraphqlApiError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DisassociateSourceGraphqlApiInputBuilder
impl Clone for DisassociateSourceGraphqlApiInputBuilder
source§fn clone(&self) -> DisassociateSourceGraphqlApiInputBuilder
fn clone(&self) -> DisassociateSourceGraphqlApiInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for DisassociateSourceGraphqlApiInputBuilder
impl Default for DisassociateSourceGraphqlApiInputBuilder
source§fn default() -> DisassociateSourceGraphqlApiInputBuilder
fn default() -> DisassociateSourceGraphqlApiInputBuilder
source§impl PartialEq for DisassociateSourceGraphqlApiInputBuilder
impl PartialEq for DisassociateSourceGraphqlApiInputBuilder
source§fn eq(&self, other: &DisassociateSourceGraphqlApiInputBuilder) -> bool
fn eq(&self, other: &DisassociateSourceGraphqlApiInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.