7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/ec2/model/PathStatement.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/ec2/model/ThroughResourcesStatement.h>
84 bool m_sourceHasBeenSet =
false;
87 bool m_destinationHasBeenSet =
false;
90 bool m_throughResourcesHasBeenSet =
false;
bool DestinationHasBeenSet() const
AWS_EC2_API AccessScopePath & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
void SetDestination(const PathStatement &value)
AccessScopePath & WithThroughResources(Aws::Vector< ThroughResourcesStatement > &&value)
AccessScopePath & WithSource(const PathStatement &value)
void SetThroughResources(Aws::Vector< ThroughResourcesStatement > &&value)
AccessScopePath & WithThroughResources(const Aws::Vector< ThroughResourcesStatement > &value)
void SetThroughResources(const Aws::Vector< ThroughResourcesStatement > &value)
void SetSource(PathStatement &&value)
void SetDestination(PathStatement &&value)
const PathStatement & GetSource() const
AccessScopePath & WithDestination(const PathStatement &value)
const Aws::Vector< ThroughResourcesStatement > & GetThroughResources() const
AccessScopePath & WithDestination(PathStatement &&value)
void SetSource(const PathStatement &value)
const PathStatement & GetDestination() const
AccessScopePath & AddThroughResources(ThroughResourcesStatement &&value)
AccessScopePath & WithSource(PathStatement &&value)
AccessScopePath & AddThroughResources(const ThroughResourcesStatement &value)
bool SourceHasBeenSet() const
AWS_EC2_API AccessScopePath(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
AWS_EC2_API AccessScopePath()
bool ThroughResourcesHasBeenSet() const
std::vector< T, Aws::Allocator< T > > Vector
std::basic_ostream< char, std::char_traits< char > > OStream