7#include <aws/workspaces/WorkSpaces_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/workspaces/model/FailedCreateStandbyWorkspacesRequest.h>
11#include <aws/workspaces/model/PendingCreateStandbyWorkspacesRequest.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
43 template<
typename FailedStandbyRequestsT = Aws::Vector<FailedCreateStandbyWorkspacesRequest>>
44 void SetFailedStandbyRequests(FailedStandbyRequestsT&& value) { m_failedStandbyRequestsHasBeenSet =
true; m_failedStandbyRequests = std::forward<FailedStandbyRequestsT>(value); }
45 template<
typename FailedStandbyRequestsT = Aws::Vector<FailedCreateStandbyWorkspacesRequest>>
47 template<
typename FailedStandbyRequestsT = FailedCreateStandbyWorkspacesRequest>
56 template<
typename PendingStandbyRequestsT = Aws::Vector<PendingCreateStandbyWorkspacesRequest>>
57 void SetPendingStandbyRequests(PendingStandbyRequestsT&& value) { m_pendingStandbyRequestsHasBeenSet =
true; m_pendingStandbyRequests = std::forward<PendingStandbyRequestsT>(value); }
58 template<
typename PendingStandbyRequestsT = Aws::Vector<PendingCreateStandbyWorkspacesRequest>>
60 template<
typename PendingStandbyRequestsT = PendingCreateStandbyWorkspacesRequest>
67 template<
typename RequestIdT = Aws::String>
68 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
69 template<
typename RequestIdT = Aws::String>
75 bool m_failedStandbyRequestsHasBeenSet =
false;
78 bool m_pendingStandbyRequestsHasBeenSet =
false;
81 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
AWS_WORKSPACES_API CreateStandbyWorkspacesResult()=default
AWS_WORKSPACES_API CreateStandbyWorkspacesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< PendingCreateStandbyWorkspacesRequest > & GetPendingStandbyRequests() const
CreateStandbyWorkspacesResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
void SetPendingStandbyRequests(PendingStandbyRequestsT &&value)
CreateStandbyWorkspacesResult & AddPendingStandbyRequests(PendingStandbyRequestsT &&value)
const Aws::Vector< FailedCreateStandbyWorkspacesRequest > & GetFailedStandbyRequests() const
AWS_WORKSPACES_API CreateStandbyWorkspacesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateStandbyWorkspacesResult & WithFailedStandbyRequests(FailedStandbyRequestsT &&value)
CreateStandbyWorkspacesResult & WithPendingStandbyRequests(PendingStandbyRequestsT &&value)
void SetFailedStandbyRequests(FailedStandbyRequestsT &&value)
CreateStandbyWorkspacesResult & AddFailedStandbyRequests(FailedStandbyRequestsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue