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>
43 template<
typename WorldsT = Aws::Vector<Aws::String>>
44 void SetWorlds(WorldsT&& value) { m_worldsHasBeenSet =
true; m_worlds = std::forward<WorldsT>(value); }
45 template<
typename WorldsT = Aws::Vector<Aws::String>>
47 template<
typename WorldsT = Aws::String>
53 bool m_worldsHasBeenSet =
false;
AWS_ROBOMAKER_API BatchDeleteWorldsRequest()=default
BatchDeleteWorldsRequest & WithWorlds(WorldsT &&value)
virtual const char * GetServiceRequestName() const override
BatchDeleteWorldsRequest & AddWorlds(WorldsT &&value)
void SetWorlds(WorldsT &&value)
const Aws::Vector< Aws::String > & GetWorlds() const
AWS_ROBOMAKER_API Aws::String SerializePayload() const override
bool WorldsHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector