7#include <aws/appsync/AppSyncRequest.h>
8#include <aws/appsync/AppSync_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 template <
typename IntrospectionIdT = Aws::String>
45 m_introspectionIdHasBeenSet =
true;
46 m_introspectionId = std::forward<IntrospectionIdT>(value);
48 template <
typename IntrospectionIdT = Aws::String>
65 m_includeModelsSDLHasBeenSet =
true;
66 m_includeModelsSDL = value;
82 template <
typename NextTokenT = Aws::String>
84 m_nextTokenHasBeenSet =
true;
85 m_nextToken = std::forward<NextTokenT>(value);
87 template <
typename NextTokenT = Aws::String>
102 m_maxResultsHasBeenSet =
true;
103 m_maxResults = value;
113 bool m_includeModelsSDL{
false};
118 bool m_introspectionIdHasBeenSet =
false;
119 bool m_includeModelsSDLHasBeenSet =
false;
120 bool m_nextTokenHasBeenSet =
false;
121 bool m_maxResultsHasBeenSet =
false;
void SetIncludeModelsSDL(bool value)
AWS_APPSYNC_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
const Aws::String & GetNextToken() const
GetDataSourceIntrospectionRequest & WithMaxResults(int value)
const Aws::String & GetIntrospectionId() const
virtual const char * GetServiceRequestName() const override
AWS_APPSYNC_API GetDataSourceIntrospectionRequest()=default
bool IncludeModelsSDLHasBeenSet() const
bool GetIncludeModelsSDL() const
bool NextTokenHasBeenSet() const
void SetNextToken(NextTokenT &&value)
int GetMaxResults() const
bool MaxResultsHasBeenSet() const
bool IntrospectionIdHasBeenSet() const
GetDataSourceIntrospectionRequest & WithIncludeModelsSDL(bool value)
void SetMaxResults(int value)
void SetIntrospectionId(IntrospectionIdT &&value)
GetDataSourceIntrospectionRequest & WithIntrospectionId(IntrospectionIdT &&value)
AWS_APPSYNC_API Aws::String SerializePayload() const override
GetDataSourceIntrospectionRequest & WithNextToken(NextTokenT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String