7#include <aws/synthetics/Synthetics_EXPORTS.h>
8#include <aws/synthetics/SyntheticsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
44 inline void SetGroupIdentifier(
const char* value) { m_groupIdentifierHasBeenSet =
true; m_groupIdentifier.assign(value); }
52 bool m_groupIdentifierHasBeenSet =
false;
AWS_SYNTHETICS_API Aws::String SerializePayload() const override
GetGroupRequest & WithGroupIdentifier(const char *value)
void SetGroupIdentifier(const Aws::String &value)
const Aws::String & GetGroupIdentifier() const
bool GroupIdentifierHasBeenSet() const
void SetGroupIdentifier(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
GetGroupRequest & WithGroupIdentifier(const Aws::String &value)
void SetGroupIdentifier(const char *value)
GetGroupRequest & WithGroupIdentifier(Aws::String &&value)
AWS_SYNTHETICS_API GetGroupRequest()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String