7#include <aws/appstream/AppStream_EXPORTS.h>
8#include <aws/appstream/AppStreamRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
45 template<
typename NameT = Aws::String>
46 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
47 template<
typename NameT = Aws::String>
57 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
68 template<
typename SharedAwsAccountIdsT = Aws::Vector<Aws::String>>
69 void SetSharedAwsAccountIds(SharedAwsAccountIdsT&& value) { m_sharedAwsAccountIdsHasBeenSet =
true; m_sharedAwsAccountIds = std::forward<SharedAwsAccountIdsT>(value); }
70 template<
typename SharedAwsAccountIdsT = Aws::Vector<Aws::String>>
72 template<
typename SharedAwsAccountIdsT = Aws::String>
83 template<
typename NextTokenT = Aws::String>
84 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
85 template<
typename NextTokenT = Aws::String>
91 bool m_nameHasBeenSet =
false;
94 bool m_maxResultsHasBeenSet =
false;
97 bool m_sharedAwsAccountIdsHasBeenSet =
false;
100 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