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>
38 template <
typename AssociationIdT = Aws::String>
40 m_associationIdHasBeenSet =
true;
41 m_associationId = std::forward<AssociationIdT>(value);
43 template <
typename AssociationIdT = Aws::String>
60 template <
typename MergedApiIdentifierT = Aws::String>
62 m_mergedApiIdentifierHasBeenSet =
true;
63 m_mergedApiIdentifier = std::forward<MergedApiIdentifierT>(value);
65 template <
typename MergedApiIdentifierT = Aws::String>
78 template <
typename DescriptionT = Aws::String>
80 m_descriptionHasBeenSet =
true;
81 m_description = std::forward<DescriptionT>(value);
83 template <
typename DescriptionT = Aws::String>
96 template <
typename SourceApiAssociationConfigT = SourceApiAssociationConfig>
98 m_sourceApiAssociationConfigHasBeenSet =
true;
99 m_sourceApiAssociationConfig = std::forward<SourceApiAssociationConfigT>(value);
101 template <
typename SourceApiAssociationConfigT = SourceApiAssociationConfig>
115 bool m_associationIdHasBeenSet =
false;
116 bool m_mergedApiIdentifierHasBeenSet =
false;
117 bool m_descriptionHasBeenSet =
false;
118 bool m_sourceApiAssociationConfigHasBeenSet =
false;
const SourceApiAssociationConfig & GetSourceApiAssociationConfig() const
const Aws::String & GetMergedApiIdentifier() const
UpdateSourceApiAssociationRequest & WithDescription(DescriptionT &&value)
void SetAssociationId(AssociationIdT &&value)
const Aws::String & GetDescription() const
AWS_APPSYNC_API UpdateSourceApiAssociationRequest()=default
bool AssociationIdHasBeenSet() const
UpdateSourceApiAssociationRequest & WithAssociationId(AssociationIdT &&value)
void SetDescription(DescriptionT &&value)
UpdateSourceApiAssociationRequest & WithSourceApiAssociationConfig(SourceApiAssociationConfigT &&value)
UpdateSourceApiAssociationRequest & WithMergedApiIdentifier(MergedApiIdentifierT &&value)
virtual const char * GetServiceRequestName() const override
bool DescriptionHasBeenSet() const
bool MergedApiIdentifierHasBeenSet() const
void SetSourceApiAssociationConfig(SourceApiAssociationConfigT &&value)
AWS_APPSYNC_API Aws::String SerializePayload() const override
bool SourceApiAssociationConfigHasBeenSet() const
const Aws::String & GetAssociationId() const
void SetMergedApiIdentifier(MergedApiIdentifierT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String