7#include <aws/controltower/ControlTower_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
21namespace ControlTower {
34 template <
typename ArnT = Aws::String>
36 m_arnHasBeenSet =
true;
37 m_arn = std::forward<ArnT>(value);
39 template <
typename ArnT = Aws::String>
41 SetArn(std::forward<ArnT>(value));
51 template <
typename NameT = Aws::String>
53 m_nameHasBeenSet =
true;
54 m_name = std::forward<NameT>(value);
56 template <
typename NameT = Aws::String>
58 SetName(std::forward<NameT>(value));
68 template <
typename DescriptionT = Aws::String>
70 m_descriptionHasBeenSet =
true;
71 m_description = std::forward<DescriptionT>(value);
73 template <
typename DescriptionT = Aws::String>
83 template <
typename RequestIdT = Aws::String>
85 m_requestIdHasBeenSet =
true;
86 m_requestId = std::forward<RequestIdT>(value);
88 template <
typename RequestIdT = Aws::String>
102 bool m_arnHasBeenSet =
false;
103 bool m_nameHasBeenSet =
false;
104 bool m_descriptionHasBeenSet =
false;
105 bool m_requestIdHasBeenSet =
false;
AWS_CONTROLTOWER_API GetBaselineResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetBaselineResult & WithName(NameT &&value)
const Aws::String & GetRequestId() const
GetBaselineResult & WithRequestId(RequestIdT &&value)
GetBaselineResult & WithDescription(DescriptionT &&value)
GetBaselineResult & WithArn(ArnT &&value)
AWS_CONTROLTOWER_API GetBaselineResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetArn() const
void SetName(NameT &&value)
void SetRequestId(RequestIdT &&value)
void SetDescription(DescriptionT &&value)
void SetArn(ArnT &&value)
const Aws::String & GetName() const
AWS_CONTROLTOWER_API GetBaselineResult()=default
const Aws::String & GetDescription() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue