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
const Aws::String & GetGroupIdentifier() const
void SetGroupIdentifier(GroupIdentifierT &&value)
bool GroupIdentifierHasBeenSet() const
DeleteGroupRequest & WithGroupIdentifier(GroupIdentifierT &&value)
virtual const char * GetServiceRequestName() const override
AWS_SYNTHETICS_API DeleteGroupRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String