7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/lightsail/LightsailRequest.h>
10#include <aws/lightsail/Lightsail_EXPORTS.h>
11#include <aws/lightsail/model/ContactProtocol.h>
12#include <aws/lightsail/model/Tag.h>
58 m_protocolHasBeenSet =
true;
80 template <
typename ContactEndpo
intT = Aws::String>
82 m_contactEndpointHasBeenSet =
true;
83 m_contactEndpoint = std::forward<ContactEndpointT>(value);
85 template <
typename ContactEndpo
intT = Aws::String>
100 template <
typename TagsT = Aws::Vector<Tag>>
102 m_tagsHasBeenSet =
true;
103 m_tags = std::forward<TagsT>(value);
105 template <
typename TagsT = Aws::Vector<Tag>>
107 SetTags(std::forward<TagsT>(value));
110 template <
typename TagsT = Tag>
112 m_tagsHasBeenSet =
true;
113 m_tags.emplace_back(std::forward<TagsT>(value));
123 bool m_protocolHasBeenSet =
false;
124 bool m_contactEndpointHasBeenSet =
false;
125 bool m_tagsHasBeenSet =
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