7#include <aws/codeguruprofiler/CodeGuruProfiler_EXPORTS.h>
8#include <aws/codeguruprofiler/model/NotificationConfiguration.h>
9#include <aws/core/http/HttpResponse.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace CodeGuruProfiler {
43 template <
typename NotificationConfigurationT = NotificationConfiguration>
45 m_notificationConfigurationHasBeenSet =
true;
46 m_notificationConfiguration = std::forward<NotificationConfigurationT>(value);
48 template <
typename NotificationConfigurationT = NotificationConfiguration>
58 template <
typename RequestIdT = Aws::String>
60 m_requestIdHasBeenSet =
true;
61 m_requestId = std::forward<RequestIdT>(value);
63 template <
typename RequestIdT = Aws::String>
76 bool m_notificationConfigurationHasBeenSet =
false;
77 bool m_requestIdHasBeenSet =
false;
AWS_CODEGURUPROFILER_API RemoveNotificationChannelResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetRequestId(RequestIdT &&value)
RemoveNotificationChannelResult & WithNotificationConfiguration(NotificationConfigurationT &&value)
AWS_CODEGURUPROFILER_API RemoveNotificationChannelResult()=default
const NotificationConfiguration & GetNotificationConfiguration() const
RemoveNotificationChannelResult & WithRequestId(RequestIdT &&value)
AWS_CODEGURUPROFILER_API RemoveNotificationChannelResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetNotificationConfiguration(NotificationConfigurationT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue