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
65 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
const Problem & GetProblem() const
AWS_APPLICATIONINSIGHTS_API DescribeProblemResult()
void SetRequestId(Aws::String &&value)
DescribeProblemResult & WithSNSNotificationArn(const Aws::String &value)
DescribeProblemResult & WithProblem(const Problem &value)
void SetRequestId(const char *value)
const Aws::String & GetRequestId() const
void SetSNSNotificationArn(const Aws::String &value)
void SetProblem(const Problem &value)
DescribeProblemResult & WithRequestId(const char *value)
AWS_APPLICATIONINSIGHTS_API DescribeProblemResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeProblemResult & WithRequestId(Aws::String &&value)
const Aws::String & GetSNSNotificationArn() const
void SetRequestId(const Aws::String &value)
DescribeProblemResult & WithSNSNotificationArn(const char *value)
AWS_APPLICATIONINSIGHTS_API DescribeProblemResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetSNSNotificationArn(const char *value)
void SetProblem(Problem &&value)
DescribeProblemResult & WithSNSNotificationArn(Aws::String &&value)
DescribeProblemResult & WithProblem(Problem &&value)
void SetSNSNotificationArn(Aws::String &&value)
DescribeProblemResult & WithRequestId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue