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 {
42 template <
typename NotificationConfigurationT = NotificationConfiguration>
44 m_notificationConfigurationHasBeenSet =
true;
45 m_notificationConfiguration = std::forward<NotificationConfigurationT>(value);
47 template <
typename NotificationConfigurationT = NotificationConfiguration>
57 template <
typename RequestIdT = Aws::String>
59 m_requestIdHasBeenSet =
true;
60 m_requestId = std::forward<RequestIdT>(value);
62 template <
typename RequestIdT = Aws::String>
72 bool m_notificationConfigurationHasBeenSet =
false;
73 bool m_requestIdHasBeenSet =
false;
GetNotificationConfigurationResult & WithRequestId(RequestIdT &&value)
GetNotificationConfigurationResult & WithNotificationConfiguration(NotificationConfigurationT &&value)
AWS_CODEGURUPROFILER_API GetNotificationConfigurationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_CODEGURUPROFILER_API GetNotificationConfigurationResult()=default
const NotificationConfiguration & GetNotificationConfiguration() const
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
void SetNotificationConfiguration(NotificationConfigurationT &&value)
AWS_CODEGURUPROFILER_API GetNotificationConfigurationResult & 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