7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/dataexchange/DataExchangeRequest.h>
10#include <aws/dataexchange/DataExchange_EXPORTS.h>
11#include <aws/dataexchange/model/NotificationDetails.h>
12#include <aws/dataexchange/model/NotificationType.h>
13#include <aws/dataexchange/model/ScopeDetails.h>
18namespace DataExchange {
42 template <
typename ScopeT = ScopeDetails>
44 m_scopeHasBeenSet =
true;
45 m_scope = std::forward<ScopeT>(value);
47 template <
typename ScopeT = ScopeDetails>
49 SetScope(std::forward<ScopeT>(value));
61 template <
typename ClientTokenT = Aws::String>
63 m_clientTokenHasBeenSet =
true;
64 m_clientToken = std::forward<ClientTokenT>(value);
66 template <
typename ClientTokenT = Aws::String>
80 template <
typename CommentT = Aws::String>
82 m_commentHasBeenSet =
true;
83 m_comment = std::forward<CommentT>(value);
85 template <
typename CommentT = Aws::String>
98 template <
typename DataSetIdT = Aws::String>
100 m_dataSetIdHasBeenSet =
true;
101 m_dataSetId = std::forward<DataSetIdT>(value);
103 template <
typename DataSetIdT = Aws::String>
116 template <
typename DetailsT = NotificationDetails>
118 m_detailsHasBeenSet =
true;
119 m_details = std::forward<DetailsT>(value);
121 template <
typename DetailsT = NotificationDetails>
136 m_typeHasBeenSet =
true;
153 NotificationDetails m_details;
156 bool m_scopeHasBeenSet =
false;
157 bool m_clientTokenHasBeenSet =
true;
158 bool m_commentHasBeenSet =
false;
159 bool m_dataSetIdHasBeenSet =
false;
160 bool m_detailsHasBeenSet =
false;
161 bool m_typeHasBeenSet =
false;
bool TypeHasBeenSet() const
void SetScope(ScopeT &&value)
bool ClientTokenHasBeenSet() const
SendDataSetNotificationRequest & WithClientToken(ClientTokenT &&value)
SendDataSetNotificationRequest & WithScope(ScopeT &&value)
bool DetailsHasBeenSet() const
bool ScopeHasBeenSet() const
AWS_DATAEXCHANGE_API SendDataSetNotificationRequest()=default
const Aws::String & GetDataSetId() const
NotificationType GetType() const
void SetClientToken(ClientTokenT &&value)
AWS_DATAEXCHANGE_API Aws::String SerializePayload() const override
void SetType(NotificationType value)
SendDataSetNotificationRequest & WithComment(CommentT &&value)
void SetDetails(DetailsT &&value)
SendDataSetNotificationRequest & WithDetails(DetailsT &&value)
void SetComment(CommentT &&value)
bool CommentHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const NotificationDetails & GetDetails() const
SendDataSetNotificationRequest & WithDataSetId(DataSetIdT &&value)
const ScopeDetails & GetScope() const
const Aws::String & GetClientToken() const
bool DataSetIdHasBeenSet() const
void SetDataSetId(DataSetIdT &&value)
const Aws::String & GetComment() const
SendDataSetNotificationRequest & WithType(NotificationType value)
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String