7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/ec2/model/Tag.h>
51 template<
typename NetworkInsightsAccessScopeIdT = Aws::String>
52 void SetNetworkInsightsAccessScopeId(NetworkInsightsAccessScopeIdT&& value) { m_networkInsightsAccessScopeIdHasBeenSet =
true; m_networkInsightsAccessScopeId = std::forward<NetworkInsightsAccessScopeIdT>(value); }
53 template<
typename NetworkInsightsAccessScopeIdT = Aws::String>
63 template<
typename NetworkInsightsAccessScopeArnT = Aws::String>
64 void SetNetworkInsightsAccessScopeArn(NetworkInsightsAccessScopeArnT&& value) { m_networkInsightsAccessScopeArnHasBeenSet =
true; m_networkInsightsAccessScopeArn = std::forward<NetworkInsightsAccessScopeArnT>(value); }
65 template<
typename NetworkInsightsAccessScopeArnT = Aws::String>
75 template<
typename CreatedDateT = Aws::Utils::DateTime>
76 void SetCreatedDate(CreatedDateT&& value) { m_createdDateHasBeenSet =
true; m_createdDate = std::forward<CreatedDateT>(value); }
77 template<
typename CreatedDateT = Aws::Utils::DateTime>
87 template<
typename UpdatedDateT = Aws::Utils::DateTime>
88 void SetUpdatedDate(UpdatedDateT&& value) { m_updatedDateHasBeenSet =
true; m_updatedDate = std::forward<UpdatedDateT>(value); }
89 template<
typename UpdatedDateT = Aws::Utils::DateTime>
99 template<
typename TagsT = Aws::Vector<Tag>>
100 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
101 template<
typename TagsT = Aws::Vector<Tag>>
103 template<
typename TagsT = Tag>
109 bool m_networkInsightsAccessScopeIdHasBeenSet =
false;
112 bool m_networkInsightsAccessScopeArnHasBeenSet =
false;
115 bool m_createdDateHasBeenSet =
false;
118 bool m_updatedDateHasBeenSet =
false;
121 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