7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/quicksight/model/NamespaceInfoV2.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
44 template<
typename NamespacesT = Aws::Vector<NamespaceInfoV2>>
45 void SetNamespaces(NamespacesT&& value) { m_namespacesHasBeenSet =
true; m_namespaces = std::forward<NamespacesT>(value); }
46 template<
typename NamespacesT = Aws::Vector<NamespaceInfoV2>>
48 template<
typename NamespacesT = NamespaceInfoV2>
63 template<
typename NextTokenT = Aws::String>
64 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
65 template<
typename NextTokenT = Aws::String>
72 template<
typename RequestIdT = Aws::String>
73 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
74 template<
typename RequestIdT = Aws::String>
83 inline void SetStatus(
int value) { m_statusHasBeenSet =
true; m_status = value; }
89 bool m_namespacesHasBeenSet =
false;
92 bool m_nextTokenHasBeenSet =
false;
95 bool m_requestIdHasBeenSet =
false;
98 bool m_statusHasBeenSet =
false;
ListNamespacesResult & WithStatus(int value)
AWS_QUICKSIGHT_API ListNamespacesResult()=default
AWS_QUICKSIGHT_API ListNamespacesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListNamespacesResult & WithNextToken(NextTokenT &&value)
void SetStatus(int value)
void SetNextToken(NextTokenT &&value)
ListNamespacesResult & WithRequestId(RequestIdT &&value)
void SetNamespaces(NamespacesT &&value)
const Aws::Vector< NamespaceInfoV2 > & GetNamespaces() const
AWS_QUICKSIGHT_API ListNamespacesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetNextToken() const
const Aws::String & GetRequestId() const
ListNamespacesResult & AddNamespaces(NamespacesT &&value)
ListNamespacesResult & WithNamespaces(NamespacesT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue