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>
54 template<
typename ResourceArnT = Aws::String>
55 void SetResourceArn(ResourceArnT&& value) { m_resourceArnHasBeenSet =
true; m_resourceArn = std::forward<ResourceArnT>(value); }
56 template<
typename ResourceArnT = Aws::String>
62 bool m_groupIdentifierHasBeenSet =
false;
65 bool m_resourceArnHasBeenSet =
false;
AWS_SYNTHETICS_API DisassociateResourceRequest()=default
bool ResourceArnHasBeenSet() const
bool GroupIdentifierHasBeenSet() const
void SetGroupIdentifier(GroupIdentifierT &&value)
void SetResourceArn(ResourceArnT &&value)
virtual const char * GetServiceRequestName() const override
DisassociateResourceRequest & WithResourceArn(ResourceArnT &&value)
const Aws::String & GetGroupIdentifier() const
AWS_SYNTHETICS_API Aws::String SerializePayload() const override
DisassociateResourceRequest & WithGroupIdentifier(GroupIdentifierT &&value)
const Aws::String & GetResourceArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String