7#include <aws/appsync/AppSyncRequest.h>
8#include <aws/appsync/AppSync_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template <
typename MergedApiIdentifierT = Aws::String>
43 m_mergedApiIdentifierHasBeenSet =
true;
44 m_mergedApiIdentifier = std::forward<MergedApiIdentifierT>(value);
46 template <
typename MergedApiIdentifierT = Aws::String>
59 template <
typename AssociationIdT = Aws::String>
61 m_associationIdHasBeenSet =
true;
62 m_associationId = std::forward<AssociationIdT>(value);
64 template <
typename AssociationIdT = Aws::String>
74 bool m_mergedApiIdentifierHasBeenSet =
false;
75 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