7#include <aws/application-insights/ApplicationInsightsRequest.h>
8#include <aws/application-insights/ApplicationInsights_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace ApplicationInsights {
39 template <
typename ProblemIdT = Aws::String>
41 m_problemIdHasBeenSet =
true;
42 m_problemId = std::forward<ProblemIdT>(value);
44 template <
typename ProblemIdT = Aws::String>
58 template <
typename AccountIdT = Aws::String>
60 m_accountIdHasBeenSet =
true;
61 m_accountId = std::forward<AccountIdT>(value);
63 template <
typename AccountIdT = Aws::String>
73 bool m_problemIdHasBeenSet =
false;
74 bool m_accountIdHasBeenSet =
false;
bool AccountIdHasBeenSet() const
void SetAccountId(AccountIdT &&value)
const Aws::String & GetAccountId() const
AWS_APPLICATIONINSIGHTS_API DescribeProblemRequest()=default
virtual const char * GetServiceRequestName() const override
DescribeProblemRequest & WithAccountId(AccountIdT &&value)
bool ProblemIdHasBeenSet() const
void SetProblemId(ProblemIdT &&value)
DescribeProblemRequest & WithProblemId(ProblemIdT &&value)
AWS_APPLICATIONINSIGHTS_API Aws::String SerializePayload() const override
AWS_APPLICATIONINSIGHTS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetProblemId() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String