7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/imagebuilder/Imagebuilder_EXPORTS.h>
10#include <aws/imagebuilder/model/InfrastructureConfiguration.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace imagebuilder {
42 template <
typename RequestIdT = Aws::String>
44 m_requestIdHasBeenSet =
true;
45 m_requestId = std::forward<RequestIdT>(value);
47 template <
typename RequestIdT = Aws::String>
59 template <
typename InfrastructureConfigurationT = InfrastructureConfiguration>
61 m_infrastructureConfigurationHasBeenSet =
true;
62 m_infrastructureConfiguration = std::forward<InfrastructureConfigurationT>(value);
64 template <
typename InfrastructureConfigurationT = InfrastructureConfiguration>
77 bool m_requestIdHasBeenSet =
false;
78 bool m_infrastructureConfigurationHasBeenSet =
false;
AWS_IMAGEBUILDER_API GetInfrastructureConfigurationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const InfrastructureConfiguration & GetInfrastructureConfiguration() const
GetInfrastructureConfigurationResult & WithInfrastructureConfiguration(InfrastructureConfigurationT &&value)
AWS_IMAGEBUILDER_API GetInfrastructureConfigurationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_IMAGEBUILDER_API GetInfrastructureConfigurationResult()=default
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
GetInfrastructureConfigurationResult & WithRequestId(RequestIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetInfrastructureConfiguration(InfrastructureConfigurationT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue