7#include <aws/appsync/AppSync_EXPORTS.h>
8#include <aws/appsync/AppSyncRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/appsync/model/SourceApiAssociationConfig.h>
46 template<
typename SourceApiIdentifierT = Aws::String>
47 void SetSourceApiIdentifier(SourceApiIdentifierT&& value) { m_sourceApiIdentifierHasBeenSet =
true; m_sourceApiIdentifier = std::forward<SourceApiIdentifierT>(value); }
48 template<
typename SourceApiIdentifierT = Aws::String>
62 template<
typename MergedApiIdentifierT = Aws::String>
63 void SetMergedApiIdentifier(MergedApiIdentifierT&& value) { m_mergedApiIdentifierHasBeenSet =
true; m_mergedApiIdentifier = std::forward<MergedApiIdentifierT>(value); }
64 template<
typename MergedApiIdentifierT = Aws::String>
74 template<
typename DescriptionT = Aws::String>
75 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
76 template<
typename DescriptionT = Aws::String>
86 template<
typename SourceApiAssociationConfigT = SourceApiAssociationConfig>
87 void SetSourceApiAssociationConfig(SourceApiAssociationConfigT&& value) { m_sourceApiAssociationConfigHasBeenSet =
true; m_sourceApiAssociationConfig = std::forward<SourceApiAssociationConfigT>(value); }
88 template<
typename SourceApiAssociationConfigT = SourceApiAssociationConfig>
94 bool m_sourceApiIdentifierHasBeenSet =
false;
97 bool m_mergedApiIdentifierHasBeenSet =
false;
100 bool m_descriptionHasBeenSet =
false;
103 bool m_sourceApiAssociationConfigHasBeenSet =
false;
void SetSourceApiAssociationConfig(SourceApiAssociationConfigT &&value)
const Aws::String & GetDescription() const
AssociateMergedGraphqlApiRequest & WithDescription(DescriptionT &&value)
void SetSourceApiIdentifier(SourceApiIdentifierT &&value)
AssociateMergedGraphqlApiRequest & WithMergedApiIdentifier(MergedApiIdentifierT &&value)
bool DescriptionHasBeenSet() const
AWS_APPSYNC_API AssociateMergedGraphqlApiRequest()=default
AWS_APPSYNC_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
const SourceApiAssociationConfig & GetSourceApiAssociationConfig() const
const Aws::String & GetSourceApiIdentifier() const
bool MergedApiIdentifierHasBeenSet() const
AssociateMergedGraphqlApiRequest & WithSourceApiAssociationConfig(SourceApiAssociationConfigT &&value)
void SetMergedApiIdentifier(MergedApiIdentifierT &&value)
bool SourceApiIdentifierHasBeenSet() const
void SetDescription(DescriptionT &&value)
AssociateMergedGraphqlApiRequest & WithSourceApiIdentifier(SourceApiIdentifierT &&value)
const Aws::String & GetMergedApiIdentifier() const
bool SourceApiAssociationConfigHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String