7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/lightsail/Lightsail_EXPORTS.h>
10#include <aws/lightsail/model/ContactMethod.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename ContactMethodsT = Aws::Vector<ContactMethod>>
38 m_contactMethodsHasBeenSet =
true;
39 m_contactMethods = std::forward<ContactMethodsT>(value);
41 template <
typename ContactMethodsT = Aws::Vector<ContactMethod>>
46 template <
typename ContactMethodsT = ContactMethod>
48 m_contactMethodsHasBeenSet =
true;
49 m_contactMethods.emplace_back(std::forward<ContactMethodsT>(value));
57 template <
typename RequestIdT = Aws::String>
59 m_requestIdHasBeenSet =
true;
60 m_requestId = std::forward<RequestIdT>(value);
62 template <
typename RequestIdT = Aws::String>
72 bool m_contactMethodsHasBeenSet =
false;
73 bool m_requestIdHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue