7#include <aws/shield/Shield_EXPORTS.h>
8#include <aws/shield/ShieldRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/shield/model/ProtectionGroupAggregation.h>
11#include <aws/shield/model/ProtectionGroupPattern.h>
12#include <aws/shield/model/ProtectedResourceType.h>
13#include <aws/core/utils/memory/stl/AWSVector.h>
51 inline void SetProtectionGroupId(
const char* value) { m_protectionGroupIdHasBeenSet =
true; m_protectionGroupId.assign(value); }
129 bool m_protectionGroupIdHasBeenSet =
false;
132 bool m_aggregationHasBeenSet =
false;
135 bool m_patternHasBeenSet =
false;
138 bool m_resourceTypeHasBeenSet =
false;
141 bool m_membersHasBeenSet =
false;
UpdateProtectionGroupRequest & WithMembers(Aws::Vector< Aws::String > &&value)
bool ResourceTypeHasBeenSet() const
bool ProtectionGroupIdHasBeenSet() const
void SetProtectionGroupId(Aws::String &&value)
void SetProtectionGroupId(const char *value)
UpdateProtectionGroupRequest & WithResourceType(ProtectedResourceType &&value)
void SetPattern(ProtectionGroupPattern &&value)
UpdateProtectionGroupRequest & WithMembers(const Aws::Vector< Aws::String > &value)
bool MembersHasBeenSet() const
AWS_SHIELD_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetAggregation(ProtectionGroupAggregation &&value)
const ProtectionGroupAggregation & GetAggregation() const
void SetAggregation(const ProtectionGroupAggregation &value)
UpdateProtectionGroupRequest & AddMembers(const char *value)
AWS_SHIELD_API UpdateProtectionGroupRequest()
void SetResourceType(const ProtectedResourceType &value)
virtual const char * GetServiceRequestName() const override
UpdateProtectionGroupRequest & WithProtectionGroupId(const char *value)
UpdateProtectionGroupRequest & WithProtectionGroupId(const Aws::String &value)
AWS_SHIELD_API Aws::String SerializePayload() const override
void SetMembers(const Aws::Vector< Aws::String > &value)
bool AggregationHasBeenSet() const
void SetMembers(Aws::Vector< Aws::String > &&value)
UpdateProtectionGroupRequest & WithPattern(ProtectionGroupPattern &&value)
UpdateProtectionGroupRequest & WithProtectionGroupId(Aws::String &&value)
bool PatternHasBeenSet() const
UpdateProtectionGroupRequest & AddMembers(Aws::String &&value)
void SetPattern(const ProtectionGroupPattern &value)
const ProtectionGroupPattern & GetPattern() const
const Aws::Vector< Aws::String > & GetMembers() const
UpdateProtectionGroupRequest & WithPattern(const ProtectionGroupPattern &value)
UpdateProtectionGroupRequest & WithAggregation(ProtectionGroupAggregation &&value)
const ProtectedResourceType & GetResourceType() const
UpdateProtectionGroupRequest & WithResourceType(const ProtectedResourceType &value)
void SetResourceType(ProtectedResourceType &&value)
UpdateProtectionGroupRequest & AddMembers(const Aws::String &value)
const Aws::String & GetProtectionGroupId() const
UpdateProtectionGroupRequest & WithAggregation(const ProtectionGroupAggregation &value)
void SetProtectionGroupId(const Aws::String &value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
ProtectionGroupAggregation
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector