7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/xray/XRayRequest.h>
9#include <aws/xray/XRay_EXPORTS.h>
37 template <
typename GroupNameT = Aws::String>
39 m_groupNameHasBeenSet =
true;
40 m_groupName = std::forward<GroupNameT>(value);
42 template <
typename GroupNameT = Aws::String>
55 template <
typename GroupARNT = Aws::String>
57 m_groupARNHasBeenSet =
true;
58 m_groupARN = std::forward<GroupARNT>(value);
60 template <
typename GroupARNT = Aws::String>
68 bool m_groupNameHasBeenSet =
false;
71 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