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;
24namespace ApplicationInsights
41 template<
typename ProblemT = Problem>
42 void SetProblem(ProblemT&& value) { m_problemHasBeenSet =
true; m_problem = std::forward<ProblemT>(value); }
43 template<
typename ProblemT = Problem>
52 template<
typename SNSNotificationArnT = Aws::String>
53 void SetSNSNotificationArn(SNSNotificationArnT&& value) { m_sNSNotificationArnHasBeenSet =
true; m_sNSNotificationArn = std::forward<SNSNotificationArnT>(value); }
54 template<
typename SNSNotificationArnT = Aws::String>
61 template<
typename RequestIdT = Aws::String>
62 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
63 template<
typename RequestIdT = Aws::String>
69 bool m_problemHasBeenSet =
false;
72 bool m_sNSNotificationArnHasBeenSet =
false;
75 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