7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/imagebuilder/Imagebuilder_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace imagebuilder {
35 template <
typename RequestIdT = Aws::String>
37 m_requestIdHasBeenSet =
true;
38 m_requestId = std::forward<RequestIdT>(value);
40 template <
typename RequestIdT = Aws::String>
53 template <
typename ComponentBuildVersionArnT = Aws::String>
55 m_componentBuildVersionArnHasBeenSet =
true;
56 m_componentBuildVersionArn = std::forward<ComponentBuildVersionArnT>(value);
58 template <
typename ComponentBuildVersionArnT = Aws::String>
71 bool m_requestIdHasBeenSet =
false;
72 bool m_componentBuildVersionArnHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
AWS_IMAGEBUILDER_API DeleteComponentResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_IMAGEBUILDER_API DeleteComponentResult()=default
DeleteComponentResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
DeleteComponentResult & WithComponentBuildVersionArn(ComponentBuildVersionArnT &&value)
AWS_IMAGEBUILDER_API DeleteComponentResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetComponentBuildVersionArn() const
void SetComponentBuildVersionArn(ComponentBuildVersionArnT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue