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>
15namespace IoTManagedIntegrations
42 template<
typename NameT = Aws::String>
43 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
44 template<
typename NameT = Aws::String>
54 template<
typename DeliveryDestinationArnT = Aws::String>
55 void SetDeliveryDestinationArn(DeliveryDestinationArnT&& value) { m_deliveryDestinationArnHasBeenSet =
true; m_deliveryDestinationArn = std::forward<DeliveryDestinationArnT>(value); }
56 template<
typename DeliveryDestinationArnT = Aws::String>
76 template<
typename RoleArnT = Aws::String>
77 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
78 template<
typename RoleArnT = Aws::String>
88 template<
typename DescriptionT = Aws::String>
89 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
90 template<
typename DescriptionT = Aws::String>
96 bool m_nameHasBeenSet =
false;
99 bool m_deliveryDestinationArnHasBeenSet =
false;
102 bool m_deliveryDestinationTypeHasBeenSet =
false;
105 bool m_roleArnHasBeenSet =
false;
108 bool m_descriptionHasBeenSet =
false;
const Aws::String & GetDeliveryDestinationArn() const
const Aws::String & GetRoleArn() const
UpdateDestinationRequest & WithDeliveryDestinationType(DeliveryDestinationType value)
bool NameHasBeenSet() const
const Aws::String & GetDescription() const
void SetDeliveryDestinationType(DeliveryDestinationType value)
bool RoleArnHasBeenSet() const
void SetName(NameT &&value)
void SetRoleArn(RoleArnT &&value)
const Aws::String & GetName() const
UpdateDestinationRequest & WithDescription(DescriptionT &&value)
UpdateDestinationRequest & WithName(NameT &&value)
bool DeliveryDestinationArnHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool DescriptionHasBeenSet() const
void SetDeliveryDestinationArn(DeliveryDestinationArnT &&value)
UpdateDestinationRequest & WithRoleArn(RoleArnT &&value)
void SetDescription(DescriptionT &&value)
bool DeliveryDestinationTypeHasBeenSet() const
AWS_IOTMANAGEDINTEGRATIONS_API UpdateDestinationRequest()=default
UpdateDestinationRequest & WithDeliveryDestinationArn(DeliveryDestinationArnT &&value)
AWS_IOTMANAGEDINTEGRATIONS_API Aws::String SerializePayload() const override
DeliveryDestinationType GetDeliveryDestinationType() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String