7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/wickr/Wickr_EXPORTS.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
35 m_pendingHasBeenSet =
true;
50 m_activeHasBeenSet =
true;
63 inline int GetTotal()
const {
return m_total; }
65 m_totalHasBeenSet =
true;
77 template <
typename RequestIdT = Aws::String>
79 m_requestIdHasBeenSet =
true;
80 m_requestId = std::forward<RequestIdT>(value);
82 template <
typename RequestIdT = Aws::String>
96 bool m_pendingHasBeenSet =
false;
97 bool m_activeHasBeenSet =
false;
98 bool m_totalHasBeenSet =
false;
99 bool m_requestIdHasBeenSet =
false;
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