7#include <aws/iot-managed-integrations/IoTManagedIntegrations_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iot-managed-integrations/model/DeliveryDestinationType.h>
22namespace IoTManagedIntegrations
48 template<
typename DescriptionT = Aws::String>
49 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
50 template<
typename DescriptionT = Aws::String>
60 template<
typename DeliveryDestinationArnT = Aws::String>
61 void SetDeliveryDestinationArn(DeliveryDestinationArnT&& value) { m_deliveryDestinationArnHasBeenSet =
true; m_deliveryDestinationArn = std::forward<DeliveryDestinationArnT>(value); }
62 template<
typename DeliveryDestinationArnT = Aws::String>
82 template<
typename NameT = Aws::String>
83 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
84 template<
typename NameT = Aws::String>
94 template<
typename RoleArnT = Aws::String>
95 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
96 template<
typename RoleArnT = Aws::String>
102 bool m_descriptionHasBeenSet =
false;
105 bool m_deliveryDestinationArnHasBeenSet =
false;
108 bool m_deliveryDestinationTypeHasBeenSet =
false;
111 bool m_nameHasBeenSet =
false;
114 bool m_roleArnHasBeenSet =
false;
DestinationSummary & WithName(NameT &&value)
bool DeliveryDestinationArnHasBeenSet() const
bool DescriptionHasBeenSet() const
AWS_IOTMANAGEDINTEGRATIONS_API DestinationSummary()=default
AWS_IOTMANAGEDINTEGRATIONS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetDescription() const
void SetDeliveryDestinationArn(DeliveryDestinationArnT &&value)
DestinationSummary & WithDescription(DescriptionT &&value)
void SetRoleArn(RoleArnT &&value)
AWS_IOTMANAGEDINTEGRATIONS_API DestinationSummary(Aws::Utils::Json::JsonView jsonValue)
DestinationSummary & WithDeliveryDestinationType(DeliveryDestinationType value)
AWS_IOTMANAGEDINTEGRATIONS_API DestinationSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool NameHasBeenSet() const
DestinationSummary & WithRoleArn(RoleArnT &&value)
DeliveryDestinationType GetDeliveryDestinationType() const
void SetDescription(DescriptionT &&value)
const Aws::String & GetName() const
const Aws::String & GetRoleArn() const
void SetName(NameT &&value)
bool RoleArnHasBeenSet() const
const Aws::String & GetDeliveryDestinationArn() const
bool DeliveryDestinationTypeHasBeenSet() const
void SetDeliveryDestinationType(DeliveryDestinationType value)
DestinationSummary & WithDeliveryDestinationArn(DeliveryDestinationArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue