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>
48 inline void SetSourceApiIdentifier(
const char* value) { m_sourceApiIdentifierHasBeenSet =
true; m_sourceApiIdentifier.assign(value); }
66 inline void SetMergedApiIdentifier(
const char* value) { m_mergedApiIdentifierHasBeenSet =
true; m_mergedApiIdentifier.assign(value); }
80 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
100 bool m_sourceApiIdentifierHasBeenSet =
false;
103 bool m_mergedApiIdentifierHasBeenSet =
false;
106 bool m_descriptionHasBeenSet =
false;
109 bool m_sourceApiAssociationConfigHasBeenSet =
false;
void SetSourceApiIdentifier(const char *value)
AssociateMergedGraphqlApiRequest & WithSourceApiAssociationConfig(const SourceApiAssociationConfig &value)
AssociateMergedGraphqlApiRequest & WithMergedApiIdentifier(const char *value)
const Aws::String & GetDescription() const
bool DescriptionHasBeenSet() const
void SetSourceApiIdentifier(Aws::String &&value)
AssociateMergedGraphqlApiRequest & WithDescription(Aws::String &&value)
void SetSourceApiIdentifier(const Aws::String &value)
AWS_APPSYNC_API AssociateMergedGraphqlApiRequest()
AWS_APPSYNC_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
void SetDescription(const char *value)
AssociateMergedGraphqlApiRequest & WithSourceApiIdentifier(Aws::String &&value)
AssociateMergedGraphqlApiRequest & WithMergedApiIdentifier(const Aws::String &value)
void SetDescription(Aws::String &&value)
AssociateMergedGraphqlApiRequest & WithSourceApiIdentifier(const Aws::String &value)
void SetMergedApiIdentifier(const char *value)
const SourceApiAssociationConfig & GetSourceApiAssociationConfig() const
const Aws::String & GetSourceApiIdentifier() const
bool MergedApiIdentifierHasBeenSet() const
void SetMergedApiIdentifier(const Aws::String &value)
void SetMergedApiIdentifier(Aws::String &&value)
AssociateMergedGraphqlApiRequest & WithSourceApiIdentifier(const char *value)
void SetSourceApiAssociationConfig(const SourceApiAssociationConfig &value)
bool SourceApiIdentifierHasBeenSet() const
AssociateMergedGraphqlApiRequest & WithMergedApiIdentifier(Aws::String &&value)
void SetDescription(const Aws::String &value)
AssociateMergedGraphqlApiRequest & WithSourceApiAssociationConfig(SourceApiAssociationConfig &&value)
AssociateMergedGraphqlApiRequest & WithDescription(const char *value)
const Aws::String & GetMergedApiIdentifier() const
void SetSourceApiAssociationConfig(SourceApiAssociationConfig &&value)
AssociateMergedGraphqlApiRequest & WithDescription(const Aws::String &value)
bool SourceApiAssociationConfigHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String