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