7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/lookoutequipment/LookoutEquipment_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace LookoutEquipment {
37 template <
typename LabelGroupNameT = Aws::String>
39 m_labelGroupNameHasBeenSet =
true;
40 m_labelGroupName = std::forward<LabelGroupNameT>(value);
42 template <
typename LabelGroupNameT = Aws::String>
55 template <
typename LabelGroupArnT = Aws::String>
57 m_labelGroupArnHasBeenSet =
true;
58 m_labelGroupArn = std::forward<LabelGroupArnT>(value);
60 template <
typename LabelGroupArnT = Aws::String>
70 template <
typename RequestIdT = Aws::String>
72 m_requestIdHasBeenSet =
true;
73 m_requestId = std::forward<RequestIdT>(value);
75 template <
typename RequestIdT = Aws::String>
90 bool m_labelGroupNameHasBeenSet =
false;
91 bool m_labelGroupArnHasBeenSet =
false;
92 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
Aws::Http::HttpResponseCode GetHttpResponseCode() 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