7#include <aws/application-insights/ApplicationInsights_EXPORTS.h>
8#include <aws/application-insights/model/Problem.h>
9#include <aws/core/http/HttpResponse.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace ApplicationInsights {
36 template <
typename ProblemT = Problem>
38 m_problemHasBeenSet =
true;
39 m_problem = std::forward<ProblemT>(value);
41 template <
typename ProblemT = Problem>
53 template <
typename SNSNotificationArnT = Aws::String>
55 m_sNSNotificationArnHasBeenSet =
true;
56 m_sNSNotificationArn = std::forward<SNSNotificationArnT>(value);
58 template <
typename SNSNotificationArnT = Aws::String>
68 template <
typename RequestIdT = Aws::String>
70 m_requestIdHasBeenSet =
true;
71 m_requestId = std::forward<RequestIdT>(value);
73 template <
typename RequestIdT = Aws::String>
88 bool m_problemHasBeenSet =
false;
89 bool m_sNSNotificationArnHasBeenSet =
false;
90 bool m_requestIdHasBeenSet =
false;
const Problem & GetProblem() const
DescribeProblemResult & WithSNSNotificationArn(SNSNotificationArnT &&value)
AWS_APPLICATIONINSIGHTS_API DescribeProblemResult()=default
const Aws::String & GetRequestId() const
DescribeProblemResult & WithRequestId(RequestIdT &&value)
void SetSNSNotificationArn(SNSNotificationArnT &&value)
AWS_APPLICATIONINSIGHTS_API DescribeProblemResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetSNSNotificationArn() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_APPLICATIONINSIGHTS_API DescribeProblemResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeProblemResult & WithProblem(ProblemT &&value)
void SetRequestId(RequestIdT &&value)
void SetProblem(ProblemT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue