7#include <aws/synthetics/Synthetics_EXPORTS.h>
8#include <aws/synthetics/SyntheticsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 template<
typename GroupIdentifierT = Aws::String>
43 void SetGroupIdentifier(GroupIdentifierT&& value) { m_groupIdentifierHasBeenSet =
true; m_groupIdentifier = std::forward<GroupIdentifierT>(value); }
44 template<
typename GroupIdentifierT = Aws::String>
50 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