7#include <aws/appsync/AppSyncRequest.h>
8#include <aws/appsync/AppSync_EXPORTS.h>
9#include <aws/appsync/model/SourceApiAssociationConfig.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
42 template <
typename MergedApiIdentifierT = Aws::String>
44 m_mergedApiIdentifierHasBeenSet =
true;
45 m_mergedApiIdentifier = std::forward<MergedApiIdentifierT>(value);
47 template <
typename MergedApiIdentifierT = Aws::String>
64 template <
typename SourceApiIdentifierT = Aws::String>
66 m_sourceApiIdentifierHasBeenSet =
true;
67 m_sourceApiIdentifier = std::forward<SourceApiIdentifierT>(value);
69 template <
typename SourceApiIdentifierT = Aws::String>
82 template <
typename DescriptionT = Aws::String>
84 m_descriptionHasBeenSet =
true;
85 m_description = std::forward<DescriptionT>(value);
87 template <
typename DescriptionT = Aws::String>
100 template <
typename SourceApiAssociationConfigT = SourceApiAssociationConfig>
102 m_sourceApiAssociationConfigHasBeenSet =
true;
103 m_sourceApiAssociationConfig = std::forward<SourceApiAssociationConfigT>(value);
105 template <
typename SourceApiAssociationConfigT = SourceApiAssociationConfig>
119 bool m_mergedApiIdentifierHasBeenSet =
false;
120 bool m_sourceApiIdentifierHasBeenSet =
false;
121 bool m_descriptionHasBeenSet =
false;
122 bool m_sourceApiAssociationConfigHasBeenSet =
false;
bool SourceApiAssociationConfigHasBeenSet() const
const Aws::String & GetDescription() const
AssociateSourceGraphqlApiRequest & WithSourceApiIdentifier(SourceApiIdentifierT &&value)
void SetMergedApiIdentifier(MergedApiIdentifierT &&value)
bool SourceApiIdentifierHasBeenSet() const
void SetSourceApiIdentifier(SourceApiIdentifierT &&value)
AssociateSourceGraphqlApiRequest & WithSourceApiAssociationConfig(SourceApiAssociationConfigT &&value)
AssociateSourceGraphqlApiRequest & WithDescription(DescriptionT &&value)
const Aws::String & GetMergedApiIdentifier() const
void SetSourceApiAssociationConfig(SourceApiAssociationConfigT &&value)
AssociateSourceGraphqlApiRequest & WithMergedApiIdentifier(MergedApiIdentifierT &&value)
bool MergedApiIdentifierHasBeenSet() const
const Aws::String & GetSourceApiIdentifier() const
const SourceApiAssociationConfig & GetSourceApiAssociationConfig() const
bool DescriptionHasBeenSet() const
AWS_APPSYNC_API AssociateSourceGraphqlApiRequest()=default
AWS_APPSYNC_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
void SetDescription(DescriptionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String