7#include <aws/appsync/AppSyncRequest.h>
8#include <aws/appsync/AppSync_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
38 template <
typename ApiIdT = Aws::String>
40 m_apiIdHasBeenSet =
true;
41 m_apiId = std::forward<ApiIdT>(value);
43 template <
typename ApiIdT = Aws::String>
45 SetApiId(std::forward<ApiIdT>(value));
56 template <
typename NameT = Aws::String>
58 m_nameHasBeenSet =
true;
59 m_name = std::forward<NameT>(value);
61 template <
typename NameT = Aws::String>
63 SetName(std::forward<NameT>(value));
71 bool m_apiIdHasBeenSet =
false;
72 bool m_nameHasBeenSet =
false;
DeleteChannelNamespaceRequest & WithApiId(ApiIdT &&value)
AWS_APPSYNC_API DeleteChannelNamespaceRequest()=default
void SetName(NameT &&value)
const Aws::String & GetApiId() const
virtual const char * GetServiceRequestName() const override
void SetApiId(ApiIdT &&value)
AWS_APPSYNC_API Aws::String SerializePayload() const override
DeleteChannelNamespaceRequest & WithName(NameT &&value)
bool NameHasBeenSet() const
bool ApiIdHasBeenSet() const
const Aws::String & GetName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String