7#include <aws/xray/XRay_EXPORTS.h>
8#include <aws/xray/XRayRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename GroupNameT = Aws::String>
42 void SetGroupName(GroupNameT&& value) { m_groupNameHasBeenSet =
true; m_groupName = std::forward<GroupNameT>(value); }
43 template<
typename GroupNameT = Aws::String>
53 template<
typename GroupARNT = Aws::String>
54 void SetGroupARN(GroupARNT&& value) { m_groupARNHasBeenSet =
true; m_groupARN = std::forward<GroupARNT>(value); }
55 template<
typename GroupARNT = Aws::String>
61 bool m_groupNameHasBeenSet =
false;
64 bool m_groupARNHasBeenSet =
false;
AWS_XRAY_API Aws::String SerializePayload() const override
bool GroupARNHasBeenSet() const
GetGroupRequest & WithGroupName(GroupNameT &&value)
AWS_XRAY_API GetGroupRequest()=default
bool GroupNameHasBeenSet() const
virtual const char * GetServiceRequestName() const override
GetGroupRequest & WithGroupARN(GroupARNT &&value)
void SetGroupName(GroupNameT &&value)
const Aws::String & GetGroupARN() const
const Aws::String & GetGroupName() const
void SetGroupARN(GroupARNT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String