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 SourceApiIdentifierT = Aws::String>
43 m_sourceApiIdentifierHasBeenSet =
true;
44 m_sourceApiIdentifier = std::forward<SourceApiIdentifierT>(value);
46 template <
typename SourceApiIdentifierT = 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_sourceApiIdentifierHasBeenSet =
false;
75 bool m_associationIdHasBeenSet =
false;
AWS_APPSYNC_API DisassociateMergedGraphqlApiRequest()=default
bool AssociationIdHasBeenSet() const
DisassociateMergedGraphqlApiRequest & WithAssociationId(AssociationIdT &&value)
AWS_APPSYNC_API Aws::String SerializePayload() const override
const Aws::String & GetAssociationId() const
const Aws::String & GetSourceApiIdentifier() const
DisassociateMergedGraphqlApiRequest & WithSourceApiIdentifier(SourceApiIdentifierT &&value)
void SetAssociationId(AssociationIdT &&value)
bool SourceApiIdentifierHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetSourceApiIdentifier(SourceApiIdentifierT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String