7#include <aws/appstream/AppStream_EXPORTS.h>
8#include <aws/appstream/AppStreamRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/appstream/model/UserStackAssociation.h>
44 template<
typename UserStackAssociationsT = Aws::Vector<UserStackAssociation>>
45 void SetUserStackAssociations(UserStackAssociationsT&& value) { m_userStackAssociationsHasBeenSet =
true; m_userStackAssociations = std::forward<UserStackAssociationsT>(value); }
46 template<
typename UserStackAssociationsT = Aws::Vector<UserStackAssociation>>
48 template<
typename UserStackAssociationsT = UserStackAssociation>
54 bool m_userStackAssociationsHasBeenSet =
false;
AWS_APPSTREAM_API BatchAssociateUserStackRequest()=default
AWS_APPSTREAM_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
virtual const char * GetServiceRequestName() const override
AWS_APPSTREAM_API Aws::String SerializePayload() const override
BatchAssociateUserStackRequest & AddUserStackAssociations(UserStackAssociationsT &&value)
BatchAssociateUserStackRequest & WithUserStackAssociations(UserStackAssociationsT &&value)
void SetUserStackAssociations(UserStackAssociationsT &&value)
const Aws::Vector< UserStackAssociation > & GetUserStackAssociations() const
bool UserStackAssociationsHasBeenSet() const
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