7#include <aws/amp/PrometheusService_EXPORTS.h>
8#include <aws/core/utils/Array.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
24namespace PrometheusService
50 template<
typename ConfigurationT = Aws::Utils::ByteBuffer>
51 void SetConfiguration(ConfigurationT&& value) { m_configurationHasBeenSet =
true; m_configuration = std::forward<ConfigurationT>(value); }
52 template<
typename ConfigurationT = Aws::Utils::ByteBuffer>
59 template<
typename RequestIdT = Aws::String>
60 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
61 template<
typename RequestIdT = Aws::String>
67 bool m_configurationHasBeenSet =
false;
70 bool m_requestIdHasBeenSet =
false;
GetDefaultScraperConfigurationResult & WithRequestId(RequestIdT &&value)
void SetConfiguration(ConfigurationT &&value)
const Aws::Utils::ByteBuffer & GetConfiguration() const
const Aws::String & GetRequestId() const
AWS_PROMETHEUSSERVICE_API GetDefaultScraperConfigurationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_PROMETHEUSSERVICE_API GetDefaultScraperConfigurationResult()=default
AWS_PROMETHEUSSERVICE_API GetDefaultScraperConfigurationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
GetDefaultScraperConfigurationResult & WithConfiguration(ConfigurationT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue