7#include <aws/appsync/AppSync_EXPORTS.h>
8#include <aws/appsync/AppSyncRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 inline void SetApiId(
const char* value) { m_apiIdHasBeenSet =
true; m_apiId.assign(value); }
57 inline void SetTypeName(
const char* value) { m_typeNameHasBeenSet =
true; m_typeName.assign(value); }
71 inline void SetFieldName(
const char* value) { m_fieldNameHasBeenSet =
true; m_fieldName.assign(value); }
79 bool m_apiIdHasBeenSet =
false;
82 bool m_typeNameHasBeenSet =
false;
85 bool m_fieldNameHasBeenSet =
false;
const Aws::String & GetFieldName() const
void SetFieldName(const char *value)
void SetApiId(const Aws::String &value)
GetResolverRequest & WithTypeName(const Aws::String &value)
const Aws::String & GetApiId() const
void SetApiId(Aws::String &&value)
void SetTypeName(const char *value)
GetResolverRequest & WithTypeName(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
AWS_APPSYNC_API GetResolverRequest()
GetResolverRequest & WithApiId(Aws::String &&value)
void SetApiId(const char *value)
GetResolverRequest & WithApiId(const Aws::String &value)
void SetFieldName(const Aws::String &value)
GetResolverRequest & WithFieldName(Aws::String &&value)
GetResolverRequest & WithApiId(const char *value)
bool FieldNameHasBeenSet() const
GetResolverRequest & WithFieldName(const Aws::String &value)
void SetTypeName(const Aws::String &value)
void SetTypeName(Aws::String &&value)
AWS_APPSYNC_API Aws::String SerializePayload() const override
bool ApiIdHasBeenSet() const
GetResolverRequest & WithTypeName(const char *value)
const Aws::String & GetTypeName() const
void SetFieldName(Aws::String &&value)
bool TypeNameHasBeenSet() const
GetResolverRequest & WithFieldName(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String