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>
48 template<
typename EmergencyContactListT = Aws::Vector<EmergencyContact>>
49 void SetEmergencyContactList(EmergencyContactListT&& value) { m_emergencyContactListHasBeenSet =
true; m_emergencyContactList = std::forward<EmergencyContactListT>(value); }
50 template<
typename EmergencyContactListT = Aws::Vector<EmergencyContact>>
52 template<
typename EmergencyContactListT = EmergencyContact>
58 bool m_emergencyContactListHasBeenSet =
false;
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