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 ApiIdT = Aws::String>
42 void SetApiId(ApiIdT&& value) { m_apiIdHasBeenSet =
true; m_apiId = std::forward<ApiIdT>(value); }
43 template<
typename ApiIdT = Aws::String>
53 template<
typename TypeNameT = Aws::String>
54 void SetTypeName(TypeNameT&& value) { m_typeNameHasBeenSet =
true; m_typeName = std::forward<TypeNameT>(value); }
55 template<
typename TypeNameT = Aws::String>
65 template<
typename FieldNameT = Aws::String>
66 void SetFieldName(FieldNameT&& value) { m_fieldNameHasBeenSet =
true; m_fieldName = std::forward<FieldNameT>(value); }
67 template<
typename FieldNameT = Aws::String>
73 bool m_apiIdHasBeenSet =
false;
76 bool m_typeNameHasBeenSet =
false;
79 bool m_fieldNameHasBeenSet =
false;
bool TypeNameHasBeenSet() const
AWS_APPSYNC_API Aws::String SerializePayload() const override
bool ApiIdHasBeenSet() const
void SetTypeName(TypeNameT &&value)
void SetApiId(ApiIdT &&value)
const Aws::String & GetTypeName() const
const Aws::String & GetApiId() const
virtual const char * GetServiceRequestName() const override
bool FieldNameHasBeenSet() const
void SetFieldName(FieldNameT &&value)
const Aws::String & GetFieldName() const
DeleteResolverRequest & WithTypeName(TypeNameT &&value)
DeleteResolverRequest & WithFieldName(FieldNameT &&value)
DeleteResolverRequest & WithApiId(ApiIdT &&value)
AWS_APPSYNC_API DeleteResolverRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String