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