7#include <aws/imagebuilder/Imagebuilder_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/imagebuilder/model/InfrastructureConfigurationSummary.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename RequestIdT = Aws::String>
43 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
44 template<
typename RequestIdT = Aws::String>
53 template<
typename InfrastructureConfigurationSummaryListT = Aws::Vector<InfrastructureConfigurationSummary>>
54 void SetInfrastructureConfigurationSummaryList(InfrastructureConfigurationSummaryListT&& value) { m_infrastructureConfigurationSummaryListHasBeenSet =
true; m_infrastructureConfigurationSummaryList = std::forward<InfrastructureConfigurationSummaryListT>(value); }
55 template<
typename InfrastructureConfigurationSummaryListT = Aws::Vector<InfrastructureConfigurationSummary>>
57 template<
typename InfrastructureConfigurationSummaryListT = InfrastructureConfigurationSummary>
68 template<
typename NextTokenT = Aws::String>
69 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
70 template<
typename NextTokenT = Aws::String>
76 bool m_requestIdHasBeenSet =
false;
79 bool m_infrastructureConfigurationSummaryListHasBeenSet =
false;
82 bool m_nextTokenHasBeenSet =
false;
ListInfrastructureConfigurationsResult & WithInfrastructureConfigurationSummaryList(InfrastructureConfigurationSummaryListT &&value)
const Aws::String & GetRequestId() const
ListInfrastructureConfigurationsResult & AddInfrastructureConfigurationSummaryList(InfrastructureConfigurationSummaryListT &&value)
const Aws::Vector< InfrastructureConfigurationSummary > & GetInfrastructureConfigurationSummaryList() const
void SetNextToken(NextTokenT &&value)
AWS_IMAGEBUILDER_API ListInfrastructureConfigurationsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetNextToken() const
AWS_IMAGEBUILDER_API ListInfrastructureConfigurationsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListInfrastructureConfigurationsResult & WithNextToken(NextTokenT &&value)
void SetInfrastructureConfigurationSummaryList(InfrastructureConfigurationSummaryListT &&value)
ListInfrastructureConfigurationsResult & WithRequestId(RequestIdT &&value)
AWS_IMAGEBUILDER_API ListInfrastructureConfigurationsResult()=default
void SetRequestId(RequestIdT &&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