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/DeliveryDestinationType.h>
12#include <aws/core/utils/UUID.h>
16namespace IoTManagedIntegrations
43 template<
typename DeliveryDestinationArnT = Aws::String>
44 void SetDeliveryDestinationArn(DeliveryDestinationArnT&& value) { m_deliveryDestinationArnHasBeenSet =
true; m_deliveryDestinationArn = std::forward<DeliveryDestinationArnT>(value); }
45 template<
typename DeliveryDestinationArnT = Aws::String>
65 template<
typename NameT = Aws::String>
66 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
67 template<
typename NameT = Aws::String>
77 template<
typename RoleArnT = Aws::String>
78 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
79 template<
typename RoleArnT = Aws::String>
91 template<
typename ClientTokenT = Aws::String>
92 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
93 template<
typename ClientTokenT = Aws::String>
103 template<
typename DescriptionT = Aws::String>
104 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
105 template<
typename DescriptionT = Aws::String>
111 bool m_deliveryDestinationArnHasBeenSet =
false;
114 bool m_deliveryDestinationTypeHasBeenSet =
false;
117 bool m_nameHasBeenSet =
false;
120 bool m_roleArnHasBeenSet =
false;
123 bool m_clientTokenHasBeenSet =
true;
126 bool m_descriptionHasBeenSet =
false;
void SetName(NameT &&value)
virtual const char * GetServiceRequestName() const override
bool DeliveryDestinationArnHasBeenSet() const
bool NameHasBeenSet() const
bool RoleArnHasBeenSet() const
void SetDeliveryDestinationArn(DeliveryDestinationArnT &&value)
const Aws::String & GetRoleArn() const
CreateDestinationRequest & WithRoleArn(RoleArnT &&value)
void SetDescription(DescriptionT &&value)
const Aws::String & GetDescription() const
CreateDestinationRequest & WithName(NameT &&value)
const Aws::String & GetDeliveryDestinationArn() const
void SetDeliveryDestinationType(DeliveryDestinationType value)
CreateDestinationRequest & WithClientToken(ClientTokenT &&value)
AWS_IOTMANAGEDINTEGRATIONS_API CreateDestinationRequest()=default
bool DeliveryDestinationTypeHasBeenSet() const
const Aws::String & GetClientToken() const
AWS_IOTMANAGEDINTEGRATIONS_API Aws::String SerializePayload() const override
bool DescriptionHasBeenSet() const
void SetRoleArn(RoleArnT &&value)
CreateDestinationRequest & WithDescription(DescriptionT &&value)
CreateDestinationRequest & WithDeliveryDestinationArn(DeliveryDestinationArnT &&value)
CreateDestinationRequest & WithDeliveryDestinationType(DeliveryDestinationType value)
void SetClientToken(ClientTokenT &&value)
bool ClientTokenHasBeenSet() const
const Aws::String & GetName() const
DeliveryDestinationType GetDeliveryDestinationType() const
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String