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>
42 template<
typename AssociationIdT = Aws::String>
43 void SetAssociationId(AssociationIdT&& value) { m_associationIdHasBeenSet =
true; m_associationId = std::forward<AssociationIdT>(value); }
44 template<
typename AssociationIdT = Aws::String>
58 template<
typename MergedApiIdentifierT = Aws::String>
59 void SetMergedApiIdentifier(MergedApiIdentifierT&& value) { m_mergedApiIdentifierHasBeenSet =
true; m_mergedApiIdentifier = std::forward<MergedApiIdentifierT>(value); }
60 template<
typename MergedApiIdentifierT = Aws::String>
70 template<
typename DescriptionT = Aws::String>
71 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
72 template<
typename DescriptionT = Aws::String>
82 template<
typename SourceApiAssociationConfigT = SourceApiAssociationConfig>
83 void SetSourceApiAssociationConfig(SourceApiAssociationConfigT&& value) { m_sourceApiAssociationConfigHasBeenSet =
true; m_sourceApiAssociationConfig = std::forward<SourceApiAssociationConfigT>(value); }
84 template<
typename SourceApiAssociationConfigT = SourceApiAssociationConfig>
90 bool m_associationIdHasBeenSet =
false;
93 bool m_mergedApiIdentifierHasBeenSet =
false;
96 bool m_descriptionHasBeenSet =
false;
99 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