7#include <aws/appsync/AppSyncRequest.h>
8#include <aws/appsync/AppSync_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
37 template <
typename ApiIdT = Aws::String>
39 m_apiIdHasBeenSet =
true;
40 m_apiId = std::forward<ApiIdT>(value);
42 template <
typename ApiIdT = Aws::String>
44 SetApiId(std::forward<ApiIdT>(value));
55 template <
typename TypeNameT = Aws::String>
57 m_typeNameHasBeenSet =
true;
58 m_typeName = std::forward<TypeNameT>(value);
60 template <
typename TypeNameT = Aws::String>
73 template <
typename FieldNameT = Aws::String>
75 m_fieldNameHasBeenSet =
true;
76 m_fieldName = std::forward<FieldNameT>(value);
78 template <
typename FieldNameT = Aws::String>
90 bool m_apiIdHasBeenSet =
false;
91 bool m_typeNameHasBeenSet =
false;
92 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