7#include <aws/shield/Shield_EXPORTS.h>
8#include <aws/shield/ShieldRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
46 inline void SetProtectionId(
const char* value) { m_protectionIdHasBeenSet =
true; m_protectionId.assign(value); }
61 inline void SetHealthCheckArn(
const char* value) { m_healthCheckArnHasBeenSet =
true; m_healthCheckArn.assign(value); }
69 bool m_protectionIdHasBeenSet =
false;
72 bool m_healthCheckArnHasBeenSet =
false;
AssociateHealthCheckRequest & WithHealthCheckArn(Aws::String &&value)
AWS_SHIELD_API Aws::String SerializePayload() const override
void SetHealthCheckArn(const char *value)
bool ProtectionIdHasBeenSet() const
AssociateHealthCheckRequest & WithProtectionId(const Aws::String &value)
AWS_SHIELD_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AssociateHealthCheckRequest & WithHealthCheckArn(const Aws::String &value)
AssociateHealthCheckRequest & WithProtectionId(Aws::String &&value)
AWS_SHIELD_API AssociateHealthCheckRequest()
virtual const char * GetServiceRequestName() const override
const Aws::String & GetHealthCheckArn() const
void SetHealthCheckArn(Aws::String &&value)
bool HealthCheckArnHasBeenSet() const
AssociateHealthCheckRequest & WithHealthCheckArn(const char *value)
void SetProtectionId(Aws::String &&value)
AssociateHealthCheckRequest & WithProtectionId(const char *value)
void SetHealthCheckArn(const Aws::String &value)
const Aws::String & GetProtectionId() const
void SetProtectionId(const char *value)
void SetProtectionId(const Aws::String &value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String