7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/ec2/EC2_EXPORTS.h>
12#include <aws/ec2/model/Tag.h>
45 template <
typename NetworkInsightsAccessScopeIdT = Aws::String>
47 m_networkInsightsAccessScopeIdHasBeenSet =
true;
48 m_networkInsightsAccessScopeId = std::forward<NetworkInsightsAccessScopeIdT>(value);
50 template <
typename NetworkInsightsAccessScopeIdT = Aws::String>
63 template <
typename NetworkInsightsAccessScopeArnT = Aws::String>
65 m_networkInsightsAccessScopeArnHasBeenSet =
true;
66 m_networkInsightsAccessScopeArn = std::forward<NetworkInsightsAccessScopeArnT>(value);
68 template <
typename NetworkInsightsAccessScopeArnT = Aws::String>
81 template <
typename CreatedDateT = Aws::Utils::DateTime>
83 m_createdDateHasBeenSet =
true;
84 m_createdDate = std::forward<CreatedDateT>(value);
86 template <
typename CreatedDateT = Aws::Utils::DateTime>
99 template <
typename UpdatedDateT = Aws::Utils::DateTime>
101 m_updatedDateHasBeenSet =
true;
102 m_updatedDate = std::forward<UpdatedDateT>(value);
104 template <
typename UpdatedDateT = Aws::Utils::DateTime>
117 template <
typename TagsT = Aws::Vector<Tag>>
119 m_tagsHasBeenSet =
true;
120 m_tags = std::forward<TagsT>(value);
122 template <
typename TagsT = Aws::Vector<Tag>>
124 SetTags(std::forward<TagsT>(value));
127 template <
typename TagsT = Tag>
129 m_tagsHasBeenSet =
true;
130 m_tags.emplace_back(std::forward<TagsT>(value));
144 bool m_networkInsightsAccessScopeIdHasBeenSet =
false;
145 bool m_networkInsightsAccessScopeArnHasBeenSet =
false;
146 bool m_createdDateHasBeenSet =
false;
147 bool m_updatedDateHasBeenSet =
false;
148 bool m_tagsHasBeenSet =
false;
NetworkInsightsAccessScope & WithCreatedDate(CreatedDateT &&value)
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
void SetNetworkInsightsAccessScopeArn(NetworkInsightsAccessScopeArnT &&value)
bool UpdatedDateHasBeenSet() const
const Aws::String & GetNetworkInsightsAccessScopeArn() const
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
void SetTags(TagsT &&value)
NetworkInsightsAccessScope & WithTags(TagsT &&value)
AWS_EC2_API NetworkInsightsAccessScope()=default
const Aws::Vector< Tag > & GetTags() const
const Aws::Utils::DateTime & GetCreatedDate() const
void SetNetworkInsightsAccessScopeId(NetworkInsightsAccessScopeIdT &&value)
AWS_EC2_API NetworkInsightsAccessScope(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetNetworkInsightsAccessScopeId() const
bool TagsHasBeenSet() const
const Aws::Utils::DateTime & GetUpdatedDate() const
void SetCreatedDate(CreatedDateT &&value)
NetworkInsightsAccessScope & WithNetworkInsightsAccessScopeId(NetworkInsightsAccessScopeIdT &&value)
AWS_EC2_API NetworkInsightsAccessScope & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool NetworkInsightsAccessScopeArnHasBeenSet() const
NetworkInsightsAccessScope & WithNetworkInsightsAccessScopeArn(NetworkInsightsAccessScopeArnT &&value)
NetworkInsightsAccessScope & AddTags(TagsT &&value)
bool NetworkInsightsAccessScopeIdHasBeenSet() const
NetworkInsightsAccessScope & WithUpdatedDate(UpdatedDateT &&value)
bool CreatedDateHasBeenSet() const
void SetUpdatedDate(UpdatedDateT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
std::basic_ostream< char, std::char_traits< char > > OStream