7#include <aws/codeguruprofiler/CodeGuruProfiler_EXPORTS.h>
8#include <aws/codeguruprofiler/model/NotificationConfiguration.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace CodeGuruProfiler {
41 template <
typename NotificationConfigurationT = NotificationConfiguration>
43 m_notificationConfigurationHasBeenSet =
true;
44 m_notificationConfiguration = std::forward<NotificationConfigurationT>(value);
46 template <
typename NotificationConfigurationT = NotificationConfiguration>
56 template <
typename RequestIdT = Aws::String>
58 m_requestIdHasBeenSet =
true;
59 m_requestId = std::forward<RequestIdT>(value);
61 template <
typename RequestIdT = Aws::String>
71 bool m_notificationConfigurationHasBeenSet =
false;
72 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
AddNotificationChannelsResult & WithRequestId(RequestIdT &&value)
AddNotificationChannelsResult & WithNotificationConfiguration(NotificationConfigurationT &&value)
AWS_CODEGURUPROFILER_API AddNotificationChannelsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const NotificationConfiguration & GetNotificationConfiguration() const
void SetRequestId(RequestIdT &&value)
AWS_CODEGURUPROFILER_API AddNotificationChannelsResult()=default
void SetNotificationConfiguration(NotificationConfigurationT &&value)
AWS_CODEGURUPROFILER_API AddNotificationChannelsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue