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;
44 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
72 inline void SetNextToken(
const char* value) { m_nextToken.assign(value); }
ListInfrastructureConfigurationsResult & WithRequestId(Aws::String &&value)
const Aws::String & GetRequestId() const
ListInfrastructureConfigurationsResult & WithNextToken(const Aws::String &value)
const Aws::Vector< InfrastructureConfigurationSummary > & GetInfrastructureConfigurationSummaryList() const
ListInfrastructureConfigurationsResult & AddInfrastructureConfigurationSummaryList(InfrastructureConfigurationSummary &&value)
void SetNextToken(const char *value)
void SetInfrastructureConfigurationSummaryList(Aws::Vector< InfrastructureConfigurationSummary > &&value)
AWS_IMAGEBUILDER_API ListInfrastructureConfigurationsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListInfrastructureConfigurationsResult & WithRequestId(const char *value)
void SetRequestId(Aws::String &&value)
ListInfrastructureConfigurationsResult & WithNextToken(Aws::String &&value)
void SetRequestId(const Aws::String &value)
const Aws::String & GetNextToken() const
void SetInfrastructureConfigurationSummaryList(const Aws::Vector< InfrastructureConfigurationSummary > &value)
AWS_IMAGEBUILDER_API ListInfrastructureConfigurationsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetNextToken(Aws::String &&value)
ListInfrastructureConfigurationsResult & WithInfrastructureConfigurationSummaryList(Aws::Vector< InfrastructureConfigurationSummary > &&value)
ListInfrastructureConfigurationsResult & WithInfrastructureConfigurationSummaryList(const Aws::Vector< InfrastructureConfigurationSummary > &value)
ListInfrastructureConfigurationsResult & WithRequestId(const Aws::String &value)
void SetRequestId(const char *value)
AWS_IMAGEBUILDER_API ListInfrastructureConfigurationsResult()
ListInfrastructureConfigurationsResult & AddInfrastructureConfigurationSummaryList(const InfrastructureConfigurationSummary &value)
ListInfrastructureConfigurationsResult & WithNextToken(const char *value)
void SetNextToken(const Aws::String &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