7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/swf/SWF_EXPORTS.h>
11#include <aws/swf/model/DomainInfo.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
43 template <
typename DomainInfosT = Aws::Vector<DomainInfo>>
45 m_domainInfosHasBeenSet =
true;
46 m_domainInfos = std::forward<DomainInfosT>(value);
48 template <
typename DomainInfosT = Aws::Vector<DomainInfo>>
53 template <
typename DomainInfosT = DomainInfo>
55 m_domainInfosHasBeenSet =
true;
56 m_domainInfos.emplace_back(std::forward<DomainInfosT>(value));
70 template <
typename NextPageTokenT = Aws::String>
72 m_nextPageTokenHasBeenSet =
true;
73 m_nextPageToken = std::forward<NextPageTokenT>(value);
75 template <
typename NextPageTokenT = Aws::String>
85 template <
typename RequestIdT = Aws::String>
87 m_requestIdHasBeenSet =
true;
88 m_requestId = std::forward<RequestIdT>(value);
90 template <
typename RequestIdT = Aws::String>
105 bool m_domainInfosHasBeenSet =
false;
106 bool m_nextPageTokenHasBeenSet =
false;
107 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)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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