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/Component.h>
11#include <aws/imagebuilder/model/LatestVersionReferences.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace imagebuilder {
37 template <
typename RequestIdT = Aws::String>
39 m_requestIdHasBeenSet =
true;
40 m_requestId = std::forward<RequestIdT>(value);
42 template <
typename RequestIdT = Aws::String>
54 template <
typename ComponentT = Component>
56 m_componentHasBeenSet =
true;
57 m_component = std::forward<ComponentT>(value);
59 template <
typename ComponentT = Component>
72 template <
typename LatestVersionReferencesT = LatestVersionReferences>
74 m_latestVersionReferencesHasBeenSet =
true;
75 m_latestVersionReferences = std::forward<LatestVersionReferencesT>(value);
77 template <
typename LatestVersionReferencesT = LatestVersionReferences>
92 bool m_requestIdHasBeenSet =
false;
93 bool m_componentHasBeenSet =
false;
94 bool m_latestVersionReferencesHasBeenSet =
false;
AWS_IMAGEBUILDER_API GetComponentResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Component & GetComponent() const
GetComponentResult & WithComponent(ComponentT &&value)
AWS_IMAGEBUILDER_API GetComponentResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetLatestVersionReferences(LatestVersionReferencesT &&value)
GetComponentResult & WithRequestId(RequestIdT &&value)
const LatestVersionReferences & GetLatestVersionReferences() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_IMAGEBUILDER_API GetComponentResult()=default
const Aws::String & GetRequestId() const
void SetComponent(ComponentT &&value)
void SetRequestId(RequestIdT &&value)
GetComponentResult & WithLatestVersionReferences(LatestVersionReferencesT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue