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>
10#include <aws/core/utils/DateTime.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace IoTManagedIntegrations
42 template<
typename DescriptionT = Aws::String>
43 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
44 template<
typename DescriptionT = Aws::String>
53 template<
typename DeliveryDestinationArnT = Aws::String>
54 void SetDeliveryDestinationArn(DeliveryDestinationArnT&& value) { m_deliveryDestinationArnHasBeenSet =
true; m_deliveryDestinationArn = std::forward<DeliveryDestinationArnT>(value); }
55 template<
typename DeliveryDestinationArnT = Aws::String>
73 template<
typename NameT = Aws::String>
74 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
75 template<
typename NameT = Aws::String>
84 template<
typename RoleArnT = Aws::String>
85 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
86 template<
typename RoleArnT = Aws::String>
95 template<
typename CreatedAtT = Aws::Utils::DateTime>
96 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
97 template<
typename CreatedAtT = Aws::Utils::DateTime>
106 template<
typename UpdatedAtT = Aws::Utils::DateTime>
107 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
108 template<
typename UpdatedAtT = Aws::Utils::DateTime>
115 template<
typename RequestIdT = Aws::String>
116 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
117 template<
typename RequestIdT = Aws::String>
123 bool m_descriptionHasBeenSet =
false;
126 bool m_deliveryDestinationArnHasBeenSet =
false;
129 bool m_deliveryDestinationTypeHasBeenSet =
false;
132 bool m_nameHasBeenSet =
false;
135 bool m_roleArnHasBeenSet =
false;
138 bool m_createdAtHasBeenSet =
false;
141 bool m_updatedAtHasBeenSet =
false;
144 bool m_requestIdHasBeenSet =
false;
AWS_IOTMANAGEDINTEGRATIONS_API GetDestinationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRoleArn() const
GetDestinationResult & WithDeliveryDestinationType(DeliveryDestinationType value)
void SetCreatedAt(CreatedAtT &&value)
AWS_IOTMANAGEDINTEGRATIONS_API GetDestinationResult()=default
void SetRoleArn(RoleArnT &&value)
void SetDeliveryDestinationArn(DeliveryDestinationArnT &&value)
GetDestinationResult & WithCreatedAt(CreatedAtT &&value)
GetDestinationResult & WithRoleArn(RoleArnT &&value)
void SetRequestId(RequestIdT &&value)
AWS_IOTMANAGEDINTEGRATIONS_API GetDestinationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetDeliveryDestinationType(DeliveryDestinationType value)
const Aws::String & GetRequestId() const
void SetName(NameT &&value)
const Aws::String & GetDescription() const
DeliveryDestinationType GetDeliveryDestinationType() const
void SetDescription(DescriptionT &&value)
GetDestinationResult & WithDescription(DescriptionT &&value)
GetDestinationResult & WithRequestId(RequestIdT &&value)
GetDestinationResult & WithUpdatedAt(UpdatedAtT &&value)
const Aws::String & GetDeliveryDestinationArn() const
GetDestinationResult & WithName(NameT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
const Aws::Utils::DateTime & GetUpdatedAt() const
const Aws::String & GetName() const
GetDestinationResult & WithDeliveryDestinationArn(DeliveryDestinationArnT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue