7#include <aws/appsync/AppSync_EXPORTS.h>
8#include <aws/appsync/AppSyncRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
45 template<
typename MergedApiIdentifierT = Aws::String>
46 void SetMergedApiIdentifier(MergedApiIdentifierT&& value) { m_mergedApiIdentifierHasBeenSet =
true; m_mergedApiIdentifier = std::forward<MergedApiIdentifierT>(value); }
47 template<
typename MergedApiIdentifierT = Aws::String>
57 template<
typename AssociationIdT = Aws::String>
58 void SetAssociationId(AssociationIdT&& value) { m_associationIdHasBeenSet =
true; m_associationId = std::forward<AssociationIdT>(value); }
59 template<
typename AssociationIdT = Aws::String>
65 bool m_mergedApiIdentifierHasBeenSet =
false;
68 bool m_associationIdHasBeenSet =
false;
DisassociateSourceGraphqlApiRequest & WithMergedApiIdentifier(MergedApiIdentifierT &&value)
void SetMergedApiIdentifier(MergedApiIdentifierT &&value)
DisassociateSourceGraphqlApiRequest & WithAssociationId(AssociationIdT &&value)
virtual const char * GetServiceRequestName() const override
void SetAssociationId(AssociationIdT &&value)
const Aws::String & GetMergedApiIdentifier() const
const Aws::String & GetAssociationId() const
AWS_APPSYNC_API Aws::String SerializePayload() const override
bool MergedApiIdentifierHasBeenSet() const
AWS_APPSYNC_API DisassociateSourceGraphqlApiRequest()=default
bool AssociationIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String