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