7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/wickr/Wickr_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
36 m_pendingHasBeenSet =
true;
51 m_activeHasBeenSet =
true;
64 inline int GetTotal()
const {
return m_total; }
66 m_totalHasBeenSet =
true;
78 template <
typename RequestIdT = Aws::String>
80 m_requestIdHasBeenSet =
true;
81 m_requestId = std::forward<RequestIdT>(value);
83 template <
typename RequestIdT = Aws::String>
100 bool m_pendingHasBeenSet =
false;
101 bool m_activeHasBeenSet =
false;
102 bool m_totalHasBeenSet =
false;
103 bool m_requestIdHasBeenSet =
false;
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_WICKR_API GetBotsCountResult()=default
GetBotsCountResult & WithTotal(int value)
void SetPending(int value)
AWS_WICKR_API GetBotsCountResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetBotsCountResult & WithPending(int value)
AWS_WICKR_API GetBotsCountResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetActive(int value)
GetBotsCountResult & WithActive(int value)
GetBotsCountResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue