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 SourceApiIdentifierT = Aws::String>
46 void SetSourceApiIdentifier(SourceApiIdentifierT&& value) { m_sourceApiIdentifierHasBeenSet =
true; m_sourceApiIdentifier = std::forward<SourceApiIdentifierT>(value); }
47 template<
typename SourceApiIdentifierT = 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_sourceApiIdentifierHasBeenSet =
false;
68 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