7#include <aws/osis/OSIS_EXPORTS.h>
8#include <aws/osis/model/PipelineBlueprint.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename Bluepr
intT = PipelineBluepr
int>
42 void SetBlueprint(BlueprintT&& value) { m_blueprintHasBeenSet =
true; m_blueprint = std::forward<BlueprintT>(value); }
43 template<
typename Bluepr
intT = PipelineBluepr
int>
52 template<
typename FormatT = Aws::String>
53 void SetFormat(FormatT&& value) { m_formatHasBeenSet =
true; m_format = std::forward<FormatT>(value); }
54 template<
typename FormatT = Aws::String>
61 template<
typename RequestIdT = Aws::String>
62 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
63 template<
typename RequestIdT = Aws::String>
69 bool m_blueprintHasBeenSet =
false;
72 bool m_formatHasBeenSet =
false;
75 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetFormat() const
GetPipelineBlueprintResult & WithRequestId(RequestIdT &&value)
AWS_OSIS_API GetPipelineBlueprintResult()=default
GetPipelineBlueprintResult & WithFormat(FormatT &&value)
const Aws::String & GetRequestId() const
GetPipelineBlueprintResult & WithBlueprint(BlueprintT &&value)
void SetRequestId(RequestIdT &&value)
AWS_OSIS_API GetPipelineBlueprintResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const PipelineBlueprint & GetBlueprint() const
void SetBlueprint(BlueprintT &&value)
void SetFormat(FormatT &&value)
AWS_OSIS_API GetPipelineBlueprintResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue