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); }
59 inline void SetResourceArn(
const char* value) { m_resourceArnHasBeenSet =
true; m_resourceArn.assign(value); }
67 bool m_groupIdentifierHasBeenSet =
false;
70 bool m_resourceArnHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
void SetResourceArn(const Aws::String &value)
void SetResourceArn(Aws::String &&value)
AWS_SYNTHETICS_API Aws::String SerializePayload() const override
const Aws::String & GetGroupIdentifier() const
AssociateResourceRequest & WithGroupIdentifier(const char *value)
AssociateResourceRequest & WithResourceArn(const char *value)
AWS_SYNTHETICS_API AssociateResourceRequest()
AssociateResourceRequest & WithResourceArn(Aws::String &&value)
AssociateResourceRequest & WithGroupIdentifier(Aws::String &&value)
void SetGroupIdentifier(const char *value)
void SetGroupIdentifier(const Aws::String &value)
bool ResourceArnHasBeenSet() const
void SetGroupIdentifier(Aws::String &&value)
bool GroupIdentifierHasBeenSet() const
const Aws::String & GetResourceArn() const
AssociateResourceRequest & WithGroupIdentifier(const Aws::String &value)
AssociateResourceRequest & WithResourceArn(const Aws::String &value)
void SetResourceArn(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String