7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/shield/ShieldRequest.h>
9#include <aws/shield/Shield_EXPORTS.h>
10#include <aws/shield/model/EmergencyContact.h>
28 inline virtual const char*
GetServiceRequestName()
const override {
return "AssociateProactiveEngagementDetails"; }
47 template <
typename EmergencyContactListT = Aws::Vector<EmergencyContact>>
49 m_emergencyContactListHasBeenSet =
true;
50 m_emergencyContactList = std::forward<EmergencyContactListT>(value);
52 template <
typename EmergencyContactListT = Aws::Vector<EmergencyContact>>
57 template <
typename EmergencyContactListT = EmergencyContact>
59 m_emergencyContactListHasBeenSet =
true;
60 m_emergencyContactList.emplace_back(std::forward<EmergencyContactListT>(value));
66 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