7#include <aws/appsync/AppSync_EXPORTS.h>
8#include <aws/appsync/model/ChannelNamespace.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
52 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
AWS_APPSYNC_API UpdateChannelNamespaceResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateChannelNamespaceResult & WithRequestId(Aws::String &&value)
void SetRequestId(Aws::String &&value)
const Aws::String & GetRequestId() const
const ChannelNamespace & GetChannelNamespace() const
void SetRequestId(const Aws::String &value)
void SetRequestId(const char *value)
void SetChannelNamespace(ChannelNamespace &&value)
UpdateChannelNamespaceResult & WithRequestId(const Aws::String &value)
UpdateChannelNamespaceResult & WithChannelNamespace(ChannelNamespace &&value)
void SetChannelNamespace(const ChannelNamespace &value)
AWS_APPSYNC_API UpdateChannelNamespaceResult()
UpdateChannelNamespaceResult & WithChannelNamespace(const ChannelNamespace &value)
AWS_APPSYNC_API UpdateChannelNamespaceResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateChannelNamespaceResult & WithRequestId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue