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
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