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;
ResourceStatementRequest & AddResourceTypes(const char *value)
ResourceStatementRequest & WithResources(Aws::Vector< Aws::String > &&value)
bool ResourceTypesHasBeenSet() const
ResourceStatementRequest & WithResources(const Aws::Vector< Aws::String > &value)
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
ResourceStatementRequest & AddResources(const Aws::String &value)
ResourceStatementRequest & AddResourceTypes(const Aws::String &value)
ResourceStatementRequest & AddResources(Aws::String &&value)
void SetResources(const Aws::Vector< Aws::String > &value)
AWS_EC2_API ResourceStatementRequest & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetResources(Aws::Vector< Aws::String > &&value)
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
void SetResourceTypes(Aws::Vector< Aws::String > &&value)
ResourceStatementRequest & WithResourceTypes(Aws::Vector< Aws::String > &&value)
ResourceStatementRequest & AddResources(const char *value)
ResourceStatementRequest & WithResourceTypes(const Aws::Vector< Aws::String > &value)
ResourceStatementRequest & AddResourceTypes(Aws::String &&value)
void SetResourceTypes(const Aws::Vector< Aws::String > &value)
const Aws::Vector< Aws::String > & GetResourceTypes() const
AWS_EC2_API ResourceStatementRequest()
bool ResourcesHasBeenSet() const
const Aws::Vector< Aws::String > & GetResources() const
AWS_EC2_API ResourceStatementRequest(const Aws::Utils::Xml::XmlNode &xmlNode)
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