7#include <aws/appstream/AppStreamRequest.h>
8#include <aws/appstream/AppStream_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
41 template <
typename NameT = Aws::String>
43 m_nameHasBeenSet =
true;
44 m_name = std::forward<NameT>(value);
46 template <
typename NameT = Aws::String>
48 SetName(std::forward<NameT>(value));
60 m_maxResultsHasBeenSet =
true;
76 template <
typename SharedAwsAccountIdsT = Aws::Vector<Aws::String>>
78 m_sharedAwsAccountIdsHasBeenSet =
true;
79 m_sharedAwsAccountIds = std::forward<SharedAwsAccountIdsT>(value);
81 template <
typename SharedAwsAccountIdsT = Aws::Vector<Aws::String>>
86 template <
typename SharedAwsAccountIdsT = Aws::String>
88 m_sharedAwsAccountIdsHasBeenSet =
true;
89 m_sharedAwsAccountIds.emplace_back(std::forward<SharedAwsAccountIdsT>(value));
101 template <
typename NextTokenT = Aws::String>
103 m_nextTokenHasBeenSet =
true;
104 m_nextToken = std::forward<NextTokenT>(value);
106 template <
typename NextTokenT = Aws::String>
114 bool m_nameHasBeenSet =
false;
117 bool m_maxResultsHasBeenSet =
false;
120 bool m_sharedAwsAccountIdsHasBeenSet =
false;
123 bool m_nextTokenHasBeenSet =
false;
bool SharedAwsAccountIdsHasBeenSet() const
DescribeImagePermissionsRequest & WithName(NameT &&value)
virtual const char * GetServiceRequestName() const override
DescribeImagePermissionsRequest & WithMaxResults(int value)
const Aws::String & GetNextToken() const
AWS_APPSTREAM_API Aws::String SerializePayload() const override
AWS_APPSTREAM_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
int GetMaxResults() const
const Aws::Vector< Aws::String > & GetSharedAwsAccountIds() const
bool MaxResultsHasBeenSet() const
bool NameHasBeenSet() const
DescribeImagePermissionsRequest & WithNextToken(NextTokenT &&value)
bool NextTokenHasBeenSet() const
AWS_APPSTREAM_API DescribeImagePermissionsRequest()=default
DescribeImagePermissionsRequest & AddSharedAwsAccountIds(SharedAwsAccountIdsT &&value)
void SetSharedAwsAccountIds(SharedAwsAccountIdsT &&value)
DescribeImagePermissionsRequest & WithSharedAwsAccountIds(SharedAwsAccountIdsT &&value)
void SetNextToken(NextTokenT &&value)
const Aws::String & GetName() const
void SetMaxResults(int value)
void SetName(NameT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector