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>
61 inline void SetClientToken(
const char* value) { m_clientTokenHasBeenSet =
true; m_clientToken.assign(value); }
76 inline void SetComment(
const char* value) { m_commentHasBeenSet =
true; m_comment.assign(value); }
90 inline void SetDataSetId(
const char* value) { m_dataSetIdHasBeenSet =
true; m_dataSetId.assign(value); }
123 bool m_scopeHasBeenSet =
false;
126 bool m_clientTokenHasBeenSet =
false;
129 bool m_commentHasBeenSet =
false;
132 bool m_dataSetIdHasBeenSet =
false;
135 bool m_detailsHasBeenSet =
false;
138 bool m_typeHasBeenSet =
false;
SendDataSetNotificationRequest & WithComment(const char *value)
void SetDetails(const NotificationDetails &value)
AWS_DATAEXCHANGE_API SendDataSetNotificationRequest()
bool TypeHasBeenSet() const
bool ClientTokenHasBeenSet() const
SendDataSetNotificationRequest & WithScope(ScopeDetails &&value)
bool DetailsHasBeenSet() const
void SetComment(const char *value)
bool ScopeHasBeenSet() const
SendDataSetNotificationRequest & WithDataSetId(const char *value)
void SetType(const NotificationType &value)
const Aws::String & GetDataSetId() const
void SetDetails(NotificationDetails &&value)
void SetComment(Aws::String &&value)
SendDataSetNotificationRequest & WithClientToken(Aws::String &&value)
void SetClientToken(Aws::String &&value)
AWS_DATAEXCHANGE_API Aws::String SerializePayload() const override
void SetType(NotificationType &&value)
void SetClientToken(const Aws::String &value)
SendDataSetNotificationRequest & WithClientToken(const Aws::String &value)
SendDataSetNotificationRequest & WithDataSetId(Aws::String &&value)
SendDataSetNotificationRequest & WithDataSetId(const Aws::String &value)
SendDataSetNotificationRequest & WithType(const NotificationType &value)
SendDataSetNotificationRequest & WithScope(const ScopeDetails &value)
SendDataSetNotificationRequest & WithType(NotificationType &&value)
void SetDataSetId(const Aws::String &value)
void SetDataSetId(Aws::String &&value)
bool CommentHasBeenSet() const
void SetComment(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
SendDataSetNotificationRequest & WithDetails(const NotificationDetails &value)
void SetClientToken(const char *value)
void SetScope(const ScopeDetails &value)
void SetDataSetId(const char *value)
SendDataSetNotificationRequest & WithClientToken(const char *value)
const NotificationDetails & GetDetails() const
void SetScope(ScopeDetails &&value)
SendDataSetNotificationRequest & WithDetails(NotificationDetails &&value)
const ScopeDetails & GetScope() const
SendDataSetNotificationRequest & WithComment(Aws::String &&value)
SendDataSetNotificationRequest & WithComment(const Aws::String &value)
const NotificationType & GetType() const
const Aws::String & GetClientToken() const
bool DataSetIdHasBeenSet() const
const Aws::String & GetComment() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String