7#include <aws/swf/SWF_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/swf/model/DomainInfo.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
48 template<
typename DomainInfosT = Aws::Vector<DomainInfo>>
49 void SetDomainInfos(DomainInfosT&& value) { m_domainInfosHasBeenSet =
true; m_domainInfos = std::forward<DomainInfosT>(value); }
50 template<
typename DomainInfosT = Aws::Vector<DomainInfo>>
52 template<
typename DomainInfosT = DomainInfo>
53 ListDomainsResult&
AddDomainInfos(DomainInfosT&& value) { m_domainInfosHasBeenSet =
true; m_domainInfos.emplace_back(std::forward<DomainInfosT>(value));
return *
this; }
65 template<
typename NextPageTokenT = Aws::String>
66 void SetNextPageToken(NextPageTokenT&& value) { m_nextPageTokenHasBeenSet =
true; m_nextPageToken = std::forward<NextPageTokenT>(value); }
67 template<
typename NextPageTokenT = Aws::String>
74 template<
typename RequestIdT = Aws::String>
75 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
76 template<
typename RequestIdT = Aws::String>
82 bool m_domainInfosHasBeenSet =
false;
85 bool m_nextPageTokenHasBeenSet =
false;
88 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