7#include <aws/amplify/Amplify_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/amplify/model/DomainAssociation.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
48 template<
typename DomainAssociationsT = Aws::Vector<DomainAssociation>>
49 void SetDomainAssociations(DomainAssociationsT&& value) { m_domainAssociationsHasBeenSet =
true; m_domainAssociations = std::forward<DomainAssociationsT>(value); }
50 template<
typename DomainAssociationsT = Aws::Vector<DomainAssociation>>
52 template<
typename DomainAssociationsT = DomainAssociation>
62 template<
typename NextTokenT = Aws::String>
63 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
64 template<
typename NextTokenT = Aws::String>
71 template<
typename RequestIdT = Aws::String>
72 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
73 template<
typename RequestIdT = Aws::String>
79 bool m_domainAssociationsHasBeenSet =
false;
82 bool m_nextTokenHasBeenSet =
false;
85 bool m_requestIdHasBeenSet =
false;
void SetNextToken(NextTokenT &&value)
AWS_AMPLIFY_API ListDomainAssociationsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
ListDomainAssociationsResult & WithDomainAssociations(DomainAssociationsT &&value)
AWS_AMPLIFY_API ListDomainAssociationsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListDomainAssociationsResult & WithNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
ListDomainAssociationsResult & WithRequestId(RequestIdT &&value)
void SetDomainAssociations(DomainAssociationsT &&value)
AWS_AMPLIFY_API ListDomainAssociationsResult()=default
ListDomainAssociationsResult & AddDomainAssociations(DomainAssociationsT &&value)
const Aws::Vector< DomainAssociation > & GetDomainAssociations() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue