7#include <aws/dataexchange/DataExchange_EXPORTS.h>
8#include <aws/dataexchange/DataExchangeRequest.h>
9#include <aws/dataexchange/model/ScopeDetails.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/dataexchange/model/NotificationDetails.h>
12#include <aws/dataexchange/model/NotificationType.h>
14#include <aws/core/utils/UUID.h>
46 template<
typename ScopeT = ScopeDetails>
47 void SetScope(ScopeT&& value) { m_scopeHasBeenSet =
true; m_scope = std::forward<ScopeT>(value); }
48 template<
typename ScopeT = ScopeDetails>
59 template<
typename ClientTokenT = Aws::String>
60 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
61 template<
typename ClientTokenT = Aws::String>
72 template<
typename CommentT = Aws::String>
73 void SetComment(CommentT&& value) { m_commentHasBeenSet =
true; m_comment = std::forward<CommentT>(value); }
74 template<
typename CommentT = Aws::String>
84 template<
typename DataSetIdT = Aws::String>
85 void SetDataSetId(DataSetIdT&& value) { m_dataSetIdHasBeenSet =
true; m_dataSetId = std::forward<DataSetIdT>(value); }
86 template<
typename DataSetIdT = Aws::String>
96 template<
typename DetailsT = NotificationDetails>
97 void SetDetails(DetailsT&& value) { m_detailsHasBeenSet =
true; m_details = std::forward<DetailsT>(value); }
98 template<
typename DetailsT = NotificationDetails>
115 bool m_scopeHasBeenSet =
false;
118 bool m_clientTokenHasBeenSet =
true;
121 bool m_commentHasBeenSet =
false;
124 bool m_dataSetIdHasBeenSet =
false;
126 NotificationDetails m_details;
127 bool m_detailsHasBeenSet =
false;
130 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