7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/shield/ShieldRequest.h>
9#include <aws/shield/Shield_EXPORTS.h>
40 template <
typename ProtectionIdT = Aws::String>
42 m_protectionIdHasBeenSet =
true;
43 m_protectionId = std::forward<ProtectionIdT>(value);
45 template <
typename ProtectionIdT = Aws::String>
59 template <
typename HealthCheckArnT = Aws::String>
61 m_healthCheckArnHasBeenSet =
true;
62 m_healthCheckArn = std::forward<HealthCheckArnT>(value);
64 template <
typename HealthCheckArnT = Aws::String>
74 bool m_protectionIdHasBeenSet =
false;
75 bool m_healthCheckArnHasBeenSet =
false;
AWS_SHIELD_API Aws::String SerializePayload() const override
bool ProtectionIdHasBeenSet() const
AssociateHealthCheckRequest & WithProtectionId(ProtectionIdT &&value)
AssociateHealthCheckRequest & WithHealthCheckArn(HealthCheckArnT &&value)
void SetHealthCheckArn(HealthCheckArnT &&value)
AWS_SHIELD_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
virtual const char * GetServiceRequestName() const override
const Aws::String & GetHealthCheckArn() const
bool HealthCheckArnHasBeenSet() const
AWS_SHIELD_API AssociateHealthCheckRequest()=default
void SetProtectionId(ProtectionIdT &&value)
const Aws::String & GetProtectionId() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String