7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/synthetics/SyntheticsRequest.h>
9#include <aws/synthetics/Synthetics_EXPORTS.h>
38 template <
typename GroupIdentifierT = Aws::String>
40 m_groupIdentifierHasBeenSet =
true;
41 m_groupIdentifier = std::forward<GroupIdentifierT>(value);
43 template <
typename GroupIdentifierT = Aws::String>
51 bool m_groupIdentifierHasBeenSet =
false;
AWS_SYNTHETICS_API Aws::String SerializePayload() const override
void SetGroupIdentifier(GroupIdentifierT &&value)
GetGroupRequest & WithGroupIdentifier(GroupIdentifierT &&value)
const Aws::String & GetGroupIdentifier() const
bool GroupIdentifierHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_SYNTHETICS_API GetGroupRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String