7#include <aws/shield/Shield_EXPORTS.h>
8#include <aws/shield/ShieldRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/shield/model/EmergencyContact.h>
31 inline virtual const char*
GetServiceRequestName()
const override {
return "AssociateProactiveEngagementDetails"; }
51 template<
typename EmergencyContactListT = Aws::Vector<EmergencyContact>>
52 void SetEmergencyContactList(EmergencyContactListT&& value) { m_emergencyContactListHasBeenSet =
true; m_emergencyContactList = std::forward<EmergencyContactListT>(value); }
53 template<
typename EmergencyContactListT = Aws::Vector<EmergencyContact>>
55 template<
typename EmergencyContactListT = EmergencyContact>
61 bool m_emergencyContactListHasBeenSet =
false;
const Aws::Vector< EmergencyContact > & GetEmergencyContactList() const
virtual const char * GetServiceRequestName() const override
AWS_SHIELD_API Aws::String SerializePayload() const override
AWS_SHIELD_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AssociateProactiveEngagementDetailsRequest & AddEmergencyContactList(EmergencyContactListT &&value)
void SetEmergencyContactList(EmergencyContactListT &&value)
AWS_SHIELD_API AssociateProactiveEngagementDetailsRequest()=default
AssociateProactiveEngagementDetailsRequest & WithEmergencyContactList(EmergencyContactListT &&value)
bool EmergencyContactListHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector