7#include <aws/shield/Shield_EXPORTS.h>
8#include <aws/shield/ShieldRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
44 template<
typename ProtectionIdT = Aws::String>
45 void SetProtectionId(ProtectionIdT&& value) { m_protectionIdHasBeenSet =
true; m_protectionId = std::forward<ProtectionIdT>(value); }
46 template<
typename ProtectionIdT = Aws::String>
57 template<
typename HealthCheckArnT = Aws::String>
58 void SetHealthCheckArn(HealthCheckArnT&& value) { m_healthCheckArnHasBeenSet =
true; m_healthCheckArn = std::forward<HealthCheckArnT>(value); }
59 template<
typename HealthCheckArnT = Aws::String>
65 bool m_protectionIdHasBeenSet =
false;
68 bool m_healthCheckArnHasBeenSet =
false;
AWS_SHIELD_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool ProtectionIdHasBeenSet() const
void SetHealthCheckArn(HealthCheckArnT &&value)
const Aws::String & GetProtectionId() const
AWS_SHIELD_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
bool HealthCheckArnHasBeenSet() const
AWS_SHIELD_API DisassociateHealthCheckRequest()=default
void SetProtectionId(ProtectionIdT &&value)
DisassociateHealthCheckRequest & WithHealthCheckArn(HealthCheckArnT &&value)
DisassociateHealthCheckRequest & WithProtectionId(ProtectionIdT &&value)
const Aws::String & GetHealthCheckArn() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String