7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/iot/IoTRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename TargetCheckNamesT = Aws::Vector<Aws::String>>
47 void SetTargetCheckNames(TargetCheckNamesT&& value) { m_targetCheckNamesHasBeenSet =
true; m_targetCheckNames = std::forward<TargetCheckNamesT>(value); }
48 template<
typename TargetCheckNamesT = Aws::Vector<Aws::String>>
50 template<
typename TargetCheckNamesT = Aws::String>
56 bool m_targetCheckNamesHasBeenSet =
false;
bool TargetCheckNamesHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_IOT_API Aws::String SerializePayload() const override
const Aws::Vector< Aws::String > & GetTargetCheckNames() const
void SetTargetCheckNames(TargetCheckNamesT &&value)
AWS_IOT_API StartOnDemandAuditTaskRequest()=default
StartOnDemandAuditTaskRequest & AddTargetCheckNames(TargetCheckNamesT &&value)
StartOnDemandAuditTaskRequest & WithTargetCheckNames(TargetCheckNamesT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector