7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/qbusiness/QBusiness_EXPORTS.h>
10#include <aws/qbusiness/model/GroupStatusDetail.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename StatusT = GroupStatusDetail>
38 m_statusHasBeenSet =
true;
39 m_status = std::forward<StatusT>(value);
41 template <
typename StatusT = GroupStatusDetail>
53 template <
typename StatusHistoryT = Aws::Vector<GroupStatusDetail>>
55 m_statusHistoryHasBeenSet =
true;
56 m_statusHistory = std::forward<StatusHistoryT>(value);
58 template <
typename StatusHistoryT = Aws::Vector<GroupStatusDetail>>
63 template <
typename StatusHistoryT = GroupStatusDetail>
65 m_statusHistoryHasBeenSet =
true;
66 m_statusHistory.emplace_back(std::forward<StatusHistoryT>(value));
74 template <
typename RequestIdT = Aws::String>
76 m_requestIdHasBeenSet =
true;
77 m_requestId = std::forward<RequestIdT>(value);
79 template <
typename RequestIdT = Aws::String>
91 bool m_statusHasBeenSet =
false;
92 bool m_statusHistoryHasBeenSet =
false;
93 bool m_requestIdHasBeenSet =
false;
GetGroupResult & AddStatusHistory(StatusHistoryT &&value)
GetGroupResult & WithStatus(StatusT &&value)
AWS_QBUSINESS_API GetGroupResult()=default
const Aws::String & GetRequestId() const
const Aws::Vector< GroupStatusDetail > & GetStatusHistory() const
const GroupStatusDetail & GetStatus() const
AWS_QBUSINESS_API GetGroupResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetGroupResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
void SetStatusHistory(StatusHistoryT &&value)
GetGroupResult & WithStatusHistory(StatusHistoryT &&value)
void SetStatus(StatusT &&value)
AWS_QBUSINESS_API GetGroupResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue