7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/iot/model/DomainConfigurationSummary.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
43 template<
typename DomainConfigurationsT = Aws::Vector<DomainConfigurationSummary>>
44 void SetDomainConfigurations(DomainConfigurationsT&& value) { m_domainConfigurationsHasBeenSet =
true; m_domainConfigurations = std::forward<DomainConfigurationsT>(value); }
45 template<
typename DomainConfigurationsT = Aws::Vector<DomainConfigurationSummary>>
47 template<
typename DomainConfigurationsT = DomainConfigurationSummary>
56 template<
typename NextMarkerT = Aws::String>
57 void SetNextMarker(NextMarkerT&& value) { m_nextMarkerHasBeenSet =
true; m_nextMarker = std::forward<NextMarkerT>(value); }
58 template<
typename NextMarkerT = Aws::String>
65 template<
typename RequestIdT = Aws::String>
66 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
67 template<
typename RequestIdT = Aws::String>
73 bool m_domainConfigurationsHasBeenSet =
false;
76 bool m_nextMarkerHasBeenSet =
false;
79 bool m_requestIdHasBeenSet =
false;
ListDomainConfigurationsResult & WithRequestId(RequestIdT &&value)
AWS_IOT_API ListDomainConfigurationsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetNextMarker() const
const Aws::String & GetRequestId() const
void SetDomainConfigurations(DomainConfigurationsT &&value)
void SetNextMarker(NextMarkerT &&value)
const Aws::Vector< DomainConfigurationSummary > & GetDomainConfigurations() const
AWS_IOT_API ListDomainConfigurationsResult()=default
ListDomainConfigurationsResult & WithNextMarker(NextMarkerT &&value)
ListDomainConfigurationsResult & AddDomainConfigurations(DomainConfigurationsT &&value)
void SetRequestId(RequestIdT &&value)
ListDomainConfigurationsResult & WithDomainConfigurations(DomainConfigurationsT &&value)
AWS_IOT_API ListDomainConfigurationsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue