7#include <aws/iot-managed-integrations/IoTManagedIntegrations_EXPORTS.h>
8#include <aws/iot-managed-integrations/IoTManagedIntegrationsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/iot-managed-integrations/model/PushConfig.h>
12#include <aws/core/utils/UUID.h>
16namespace IoTManagedIntegrations
43 template<
typename DescriptionT = Aws::String>
44 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
45 template<
typename DescriptionT = Aws::String>
55 template<
typename NameT = Aws::String>
56 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
57 template<
typename NameT = Aws::String>
67 template<
typename PushConfigT = PushConfig>
68 void SetPushConfig(PushConfigT&& value) { m_pushConfigHasBeenSet =
true; m_pushConfig = std::forward<PushConfigT>(value); }
69 template<
typename PushConfigT = PushConfig>
81 template<
typename ClientTokenT = Aws::String>
82 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
83 template<
typename ClientTokenT = Aws::String>
89 bool m_descriptionHasBeenSet =
false;
92 bool m_nameHasBeenSet =
false;
95 bool m_pushConfigHasBeenSet =
false;
98 bool m_clientTokenHasBeenSet =
true;
AWS_IOTMANAGEDINTEGRATIONS_API CreateOtaTaskConfigurationRequest()=default
bool DescriptionHasBeenSet() const
AWS_IOTMANAGEDINTEGRATIONS_API Aws::String SerializePayload() const override
bool PushConfigHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool ClientTokenHasBeenSet() const
const PushConfig & GetPushConfig() const
void SetDescription(DescriptionT &&value)
void SetName(NameT &&value)
void SetPushConfig(PushConfigT &&value)
const Aws::String & GetName() const
CreateOtaTaskConfigurationRequest & WithDescription(DescriptionT &&value)
CreateOtaTaskConfigurationRequest & WithPushConfig(PushConfigT &&value)
const Aws::String & GetDescription() const
CreateOtaTaskConfigurationRequest & WithName(NameT &&value)
void SetClientToken(ClientTokenT &&value)
CreateOtaTaskConfigurationRequest & WithClientToken(ClientTokenT &&value)
const Aws::String & GetClientToken() const
bool NameHasBeenSet() const
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String