7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
75 bool m_resourcesHasBeenSet =
false;
78 bool m_resourceTypesHasBeenSet =
false;
ResourceStatement & WithResourceTypes(const Aws::Vector< Aws::String > &value)
ResourceStatement & AddResourceTypes(Aws::String &&value)
bool ResourceTypesHasBeenSet() const
ResourceStatement & WithResources(const Aws::Vector< Aws::String > &value)
ResourceStatement & AddResourceTypes(const char *value)
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
const Aws::Vector< Aws::String > & GetResources() const
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
void SetResources(Aws::Vector< Aws::String > &&value)
ResourceStatement & WithResources(Aws::Vector< Aws::String > &&value)
ResourceStatement & AddResources(Aws::String &&value)
ResourceStatement & AddResources(const Aws::String &value)
void SetResourceTypes(Aws::Vector< Aws::String > &&value)
ResourceStatement & AddResources(const char *value)
ResourceStatement & AddResourceTypes(const Aws::String &value)
AWS_EC2_API ResourceStatement()
void SetResourceTypes(const Aws::Vector< Aws::String > &value)
const Aws::Vector< Aws::String > & GetResourceTypes() const
void SetResources(const Aws::Vector< Aws::String > &value)
AWS_EC2_API ResourceStatement(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_EC2_API ResourceStatement & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
ResourceStatement & WithResourceTypes(Aws::Vector< Aws::String > &&value)
bool ResourcesHasBeenSet() const
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