7#include <aws/config/ConfigService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
21namespace ConfigService {
35 template <
typename QueryArnT = Aws::String>
37 m_queryArnHasBeenSet =
true;
38 m_queryArn = std::forward<QueryArnT>(value);
40 template <
typename QueryArnT = Aws::String>
50 template <
typename RequestIdT = Aws::String>
52 m_requestIdHasBeenSet =
true;
53 m_requestId = std::forward<RequestIdT>(value);
55 template <
typename RequestIdT = Aws::String>
65 bool m_queryArnHasBeenSet =
false;
66 bool m_requestIdHasBeenSet =
false;
AWS_CONFIGSERVICE_API PutStoredQueryResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_CONFIGSERVICE_API PutStoredQueryResult()=default
PutStoredQueryResult & WithQueryArn(QueryArnT &&value)
const Aws::String & GetQueryArn() const
void SetQueryArn(QueryArnT &&value)
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
AWS_CONFIGSERVICE_API PutStoredQueryResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
PutStoredQueryResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue