7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/swf/SWF_EXPORTS.h>
10#include <aws/swf/model/DomainInfo.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template <
typename DomainInfosT = Aws::Vector<DomainInfo>>
44 m_domainInfosHasBeenSet =
true;
45 m_domainInfos = std::forward<DomainInfosT>(value);
47 template <
typename DomainInfosT = Aws::Vector<DomainInfo>>
52 template <
typename DomainInfosT = DomainInfo>
54 m_domainInfosHasBeenSet =
true;
55 m_domainInfos.emplace_back(std::forward<DomainInfosT>(value));
69 template <
typename NextPageTokenT = Aws::String>
71 m_nextPageTokenHasBeenSet =
true;
72 m_nextPageToken = std::forward<NextPageTokenT>(value);
74 template <
typename NextPageTokenT = Aws::String>
84 template <
typename RequestIdT = Aws::String>
86 m_requestIdHasBeenSet =
true;
87 m_requestId = std::forward<RequestIdT>(value);
89 template <
typename RequestIdT = Aws::String>
101 bool m_domainInfosHasBeenSet =
false;
102 bool m_nextPageTokenHasBeenSet =
false;
103 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
AWS_SWF_API ListDomainsResult()=default
AWS_SWF_API ListDomainsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListDomainsResult & AddDomainInfos(DomainInfosT &&value)
const Aws::String & GetNextPageToken() const
AWS_SWF_API ListDomainsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
ListDomainsResult & WithDomainInfos(DomainInfosT &&value)
const Aws::Vector< DomainInfo > & GetDomainInfos() const
ListDomainsResult & WithRequestId(RequestIdT &&value)
void SetNextPageToken(NextPageTokenT &&value)
ListDomainsResult & WithNextPageToken(NextPageTokenT &&value)
void SetDomainInfos(DomainInfosT &&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