7#include <aws/appstream/AppStreamRequest.h>
8#include <aws/appstream/AppStream_EXPORTS.h>
9#include <aws/appstream/model/UserStackAssociation.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
40 template <
typename UserStackAssociationsT = Aws::Vector<UserStackAssociation>>
42 m_userStackAssociationsHasBeenSet =
true;
43 m_userStackAssociations = std::forward<UserStackAssociationsT>(value);
45 template <
typename UserStackAssociationsT = Aws::Vector<UserStackAssociation>>
50 template <
typename UserStackAssociationsT = UserStackAssociation>
52 m_userStackAssociationsHasBeenSet =
true;
53 m_userStackAssociations.emplace_back(std::forward<UserStackAssociationsT>(value));
59 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