7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/ec2/model/ResourceStatement.h>
48 template<
typename ResourceStatementT = ResourceStatement>
49 void SetResourceStatement(ResourceStatementT&& value) { m_resourceStatementHasBeenSet =
true; m_resourceStatement = std::forward<ResourceStatementT>(value); }
50 template<
typename ResourceStatementT = ResourceStatement>
56 bool m_resourceStatementHasBeenSet =
false;
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
AWS_EC2_API ThroughResourcesStatement()=default
bool ResourceStatementHasBeenSet() const
AWS_EC2_API ThroughResourcesStatement & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
ThroughResourcesStatement & WithResourceStatement(ResourceStatementT &&value)
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
const ResourceStatement & GetResourceStatement() const
AWS_EC2_API ThroughResourcesStatement(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetResourceStatement(ResourceStatementT &&value)
std::basic_ostream< char, std::char_traits< char > > OStream