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/WorkspaceResourceAssociation.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename AssociationsT = Aws::Vector<WorkspaceResourceAssociation>>
43 void SetAssociations(AssociationsT&& value) { m_associationsHasBeenSet =
true; m_associations = std::forward<AssociationsT>(value); }
44 template<
typename AssociationsT = Aws::Vector<WorkspaceResourceAssociation>>
46 template<
typename AssociationsT = WorkspaceResourceAssociation>
53 template<
typename RequestIdT = Aws::String>
54 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
55 template<
typename RequestIdT = Aws::String>
61 bool m_associationsHasBeenSet =
false;
64 bool m_requestIdHasBeenSet =
false;
DescribeWorkspaceAssociationsResult & AddAssociations(AssociationsT &&value)
DescribeWorkspaceAssociationsResult & WithRequestId(RequestIdT &&value)
const Aws::Vector< WorkspaceResourceAssociation > & GetAssociations() const
AWS_WORKSPACES_API DescribeWorkspaceAssociationsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
AWS_WORKSPACES_API DescribeWorkspaceAssociationsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeWorkspaceAssociationsResult & WithAssociations(AssociationsT &&value)
void SetRequestId(RequestIdT &&value)
AWS_WORKSPACES_API DescribeWorkspaceAssociationsResult()=default
void SetAssociations(AssociationsT &&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