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/memory/stl/AWSVector.h>
11#include <aws/ec2/model/AccessScopePath.h>
50 template<
typename NetworkInsightsAccessScopeIdT = Aws::String>
51 void SetNetworkInsightsAccessScopeId(NetworkInsightsAccessScopeIdT&& value) { m_networkInsightsAccessScopeIdHasBeenSet =
true; m_networkInsightsAccessScopeId = std::forward<NetworkInsightsAccessScopeIdT>(value); }
52 template<
typename NetworkInsightsAccessScopeIdT = Aws::String>
62 template<
typename MatchPathsT = Aws::Vector<AccessScopePath>>
63 void SetMatchPaths(MatchPathsT&& value) { m_matchPathsHasBeenSet =
true; m_matchPaths = std::forward<MatchPathsT>(value); }
64 template<
typename MatchPathsT = Aws::Vector<AccessScopePath>>
66 template<
typename MatchPathsT = AccessScopePath>
76 template<
typename ExcludePathsT = Aws::Vector<AccessScopePath>>
77 void SetExcludePaths(ExcludePathsT&& value) { m_excludePathsHasBeenSet =
true; m_excludePaths = std::forward<ExcludePathsT>(value); }
78 template<
typename ExcludePathsT = Aws::Vector<AccessScopePath>>
80 template<
typename ExcludePathsT = AccessScopePath>
86 bool m_networkInsightsAccessScopeIdHasBeenSet =
false;
89 bool m_matchPathsHasBeenSet =
false;
92 bool m_excludePathsHasBeenSet =
false;
NetworkInsightsAccessScopeContent & AddMatchPaths(MatchPathsT &&value)
void SetExcludePaths(ExcludePathsT &&value)
AWS_EC2_API NetworkInsightsAccessScopeContent()=default
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
void SetNetworkInsightsAccessScopeId(NetworkInsightsAccessScopeIdT &&value)
const Aws::Vector< AccessScopePath > & GetMatchPaths() const
NetworkInsightsAccessScopeContent & WithMatchPaths(MatchPathsT &&value)
AWS_EC2_API NetworkInsightsAccessScopeContent(const Aws::Utils::Xml::XmlNode &xmlNode)
NetworkInsightsAccessScopeContent & WithNetworkInsightsAccessScopeId(NetworkInsightsAccessScopeIdT &&value)
bool MatchPathsHasBeenSet() const
void SetMatchPaths(MatchPathsT &&value)
AWS_EC2_API NetworkInsightsAccessScopeContent & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::Vector< AccessScopePath > & GetExcludePaths() const
NetworkInsightsAccessScopeContent & AddExcludePaths(ExcludePathsT &&value)
const Aws::String & GetNetworkInsightsAccessScopeId() const
bool NetworkInsightsAccessScopeIdHasBeenSet() const
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
bool ExcludePathsHasBeenSet() const
NetworkInsightsAccessScopeContent & WithExcludePaths(ExcludePathsT &&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