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