7#include <aws/appstream/AppStream_EXPORTS.h>
8#include <aws/appstream/model/SharedImagePermissions.h>
9#include <aws/core/http/HttpResponse.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
37 template <
typename NameT = Aws::String>
39 m_nameHasBeenSet =
true;
40 m_name = std::forward<NameT>(value);
42 template <
typename NameT = Aws::String>
44 SetName(std::forward<NameT>(value));
54 template <
typename SharedImagePermissionsListT = Aws::Vector<SharedImagePermissions>>
56 m_sharedImagePermissionsListHasBeenSet =
true;
57 m_sharedImagePermissionsList = std::forward<SharedImagePermissionsListT>(value);
59 template <
typename SharedImagePermissionsListT = Aws::Vector<SharedImagePermissions>>
64 template <
typename SharedImagePermissionsListT = SharedImagePermissions>
66 m_sharedImagePermissionsListHasBeenSet =
true;
67 m_sharedImagePermissionsList.emplace_back(std::forward<SharedImagePermissionsListT>(value));
78 template <
typename NextTokenT = Aws::String>
80 m_nextTokenHasBeenSet =
true;
81 m_nextToken = std::forward<NextTokenT>(value);
83 template <
typename NextTokenT = Aws::String>
93 template <
typename RequestIdT = Aws::String>
95 m_requestIdHasBeenSet =
true;
96 m_requestId = std::forward<RequestIdT>(value);
98 template <
typename RequestIdT = Aws::String>
115 bool m_nameHasBeenSet =
false;
116 bool m_sharedImagePermissionsListHasBeenSet =
false;
117 bool m_nextTokenHasBeenSet =
false;
118 bool m_requestIdHasBeenSet =
false;
DescribeImagePermissionsResult & WithNextToken(NextTokenT &&value)
AWS_APPSTREAM_API DescribeImagePermissionsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeImagePermissionsResult & WithName(NameT &&value)
DescribeImagePermissionsResult & AddSharedImagePermissionsList(SharedImagePermissionsListT &&value)
const Aws::String & GetRequestId() const
DescribeImagePermissionsResult & WithSharedImagePermissionsList(SharedImagePermissionsListT &&value)
void SetName(NameT &&value)
const Aws::Vector< SharedImagePermissions > & GetSharedImagePermissionsList() const
void SetSharedImagePermissionsList(SharedImagePermissionsListT &&value)
void SetRequestId(RequestIdT &&value)
AWS_APPSTREAM_API DescribeImagePermissionsResult()=default
AWS_APPSTREAM_API DescribeImagePermissionsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetNextToken(NextTokenT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetNextToken() const
const Aws::String & GetName() const
DescribeImagePermissionsResult & WithRequestId(RequestIdT &&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