7#include <aws/application-insights/ApplicationInsights_EXPORTS.h>
8#include <aws/application-insights/model/Problem.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace ApplicationInsights {
35 template <
typename ProblemT = Problem>
37 m_problemHasBeenSet =
true;
38 m_problem = std::forward<ProblemT>(value);
40 template <
typename ProblemT = Problem>
52 template <
typename SNSNotificationArnT = Aws::String>
54 m_sNSNotificationArnHasBeenSet =
true;
55 m_sNSNotificationArn = std::forward<SNSNotificationArnT>(value);
57 template <
typename SNSNotificationArnT = Aws::String>
67 template <
typename RequestIdT = Aws::String>
69 m_requestIdHasBeenSet =
true;
70 m_requestId = std::forward<RequestIdT>(value);
72 template <
typename RequestIdT = Aws::String>
84 bool m_problemHasBeenSet =
false;
85 bool m_sNSNotificationArnHasBeenSet =
false;
86 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_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