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>
88 bool m_networkInsightsAccessScopeIdHasBeenSet =
false;
91 bool m_matchPathsHasBeenSet =
false;
94 bool m_excludePathsHasBeenSet =
false;
void SetMatchPaths(Aws::Vector< AccessScopePath > &&value)
NetworkInsightsAccessScopeContent & WithNetworkInsightsAccessScopeId(Aws::String &&value)
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
NetworkInsightsAccessScopeContent & WithMatchPaths(const Aws::Vector< AccessScopePath > &value)
const Aws::Vector< AccessScopePath > & GetMatchPaths() const
AWS_EC2_API NetworkInsightsAccessScopeContent(const Aws::Utils::Xml::XmlNode &xmlNode)
NetworkInsightsAccessScopeContent & WithExcludePaths(Aws::Vector< AccessScopePath > &&value)
void SetNetworkInsightsAccessScopeId(const char *value)
NetworkInsightsAccessScopeContent & AddExcludePaths(AccessScopePath &&value)
NetworkInsightsAccessScopeContent & WithNetworkInsightsAccessScopeId(const Aws::String &value)
NetworkInsightsAccessScopeContent & AddExcludePaths(const AccessScopePath &value)
bool MatchPathsHasBeenSet() const
NetworkInsightsAccessScopeContent & WithExcludePaths(const Aws::Vector< AccessScopePath > &value)
AWS_EC2_API NetworkInsightsAccessScopeContent & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetExcludePaths(Aws::Vector< AccessScopePath > &&value)
const Aws::Vector< AccessScopePath > & GetExcludePaths() const
NetworkInsightsAccessScopeContent & AddMatchPaths(const AccessScopePath &value)
NetworkInsightsAccessScopeContent & WithNetworkInsightsAccessScopeId(const char *value)
void SetExcludePaths(const Aws::Vector< AccessScopePath > &value)
AWS_EC2_API NetworkInsightsAccessScopeContent()
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
void SetNetworkInsightsAccessScopeId(Aws::String &&value)
void SetNetworkInsightsAccessScopeId(const Aws::String &value)
void SetMatchPaths(const Aws::Vector< AccessScopePath > &value)
bool ExcludePathsHasBeenSet() const
NetworkInsightsAccessScopeContent & WithMatchPaths(Aws::Vector< AccessScopePath > &&value)
NetworkInsightsAccessScopeContent & AddMatchPaths(AccessScopePath &&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