7#include <aws/xray/XRay_EXPORTS.h>
8#include <aws/xray/model/Group.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
43 template<
typename GroupT = Group>
44 void SetGroup(GroupT&& value) { m_groupHasBeenSet =
true; m_group = std::forward<GroupT>(value); }
45 template<
typename GroupT = Group>
52 template<
typename RequestIdT = Aws::String>
53 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
54 template<
typename RequestIdT = Aws::String>
60 bool m_groupHasBeenSet =
false;
63 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
AWS_XRAY_API UpdateGroupResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetGroup(GroupT &&value)
const Group & GetGroup() const
UpdateGroupResult & WithRequestId(RequestIdT &&value)
AWS_XRAY_API UpdateGroupResult()=default
AWS_XRAY_API UpdateGroupResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateGroupResult & WithGroup(GroupT &&value)
void SetRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue