7#include <aws/robomaker/RoboMaker_EXPORTS.h>
8#include <aws/robomaker/RoboMakerRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
54 bool m_worldsHasBeenSet =
false;
BatchDeleteWorldsRequest & AddWorlds(const char *value)
BatchDeleteWorldsRequest & WithWorlds(Aws::Vector< Aws::String > &&value)
virtual const char * GetServiceRequestName() const override
BatchDeleteWorldsRequest & WithWorlds(const Aws::Vector< Aws::String > &value)
const Aws::Vector< Aws::String > & GetWorlds() const
AWS_ROBOMAKER_API Aws::String SerializePayload() const override
BatchDeleteWorldsRequest & AddWorlds(Aws::String &&value)
void SetWorlds(const Aws::Vector< Aws::String > &value)
BatchDeleteWorldsRequest & AddWorlds(const Aws::String &value)
AWS_ROBOMAKER_API BatchDeleteWorldsRequest()
bool WorldsHasBeenSet() const
void SetWorlds(Aws::Vector< Aws::String > &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector