7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/lookoutequipment/LookoutEquipment_EXPORTS.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
21namespace LookoutEquipment {
36 template <
typename LabelGroupNameT = Aws::String>
38 m_labelGroupNameHasBeenSet =
true;
39 m_labelGroupName = std::forward<LabelGroupNameT>(value);
41 template <
typename LabelGroupNameT = Aws::String>
54 template <
typename LabelGroupArnT = Aws::String>
56 m_labelGroupArnHasBeenSet =
true;
57 m_labelGroupArn = std::forward<LabelGroupArnT>(value);
59 template <
typename LabelGroupArnT = Aws::String>
69 template <
typename RequestIdT = Aws::String>
71 m_requestIdHasBeenSet =
true;
72 m_requestId = std::forward<RequestIdT>(value);
74 template <
typename RequestIdT = Aws::String>
82 bool m_labelGroupNameHasBeenSet =
false;
85 bool m_labelGroupArnHasBeenSet =
false;
88 bool m_requestIdHasBeenSet =
false;
AWS_LOOKOUTEQUIPMENT_API CreateLabelGroupResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetLabelGroupName() const
CreateLabelGroupResult & WithLabelGroupArn(LabelGroupArnT &&value)
AWS_LOOKOUTEQUIPMENT_API CreateLabelGroupResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_LOOKOUTEQUIPMENT_API CreateLabelGroupResult()=default
void SetLabelGroupName(LabelGroupNameT &&value)
const Aws::String & GetRequestId() const
CreateLabelGroupResult & WithLabelGroupName(LabelGroupNameT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetLabelGroupArn() const
CreateLabelGroupResult & WithRequestId(RequestIdT &&value)
void SetLabelGroupArn(LabelGroupArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue