7#include <aws/imagebuilder/Imagebuilder_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/imagebuilder/model/Component.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename RequestIdT = Aws::String>
42 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
43 template<
typename RequestIdT = Aws::String>
52 template<
typename ComponentT = Component>
53 void SetComponent(ComponentT&& value) { m_componentHasBeenSet =
true; m_component = std::forward<ComponentT>(value); }
54 template<
typename ComponentT = Component>
60 bool m_requestIdHasBeenSet =
false;
63 bool m_componentHasBeenSet =
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)
GetComponentResult & WithRequestId(RequestIdT &&value)
AWS_IMAGEBUILDER_API GetComponentResult()=default
const Aws::String & GetRequestId() const
void SetComponent(ComponentT &&value)
void SetRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue