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>
54 bool m_userStackAssociationsHasBeenSet =
false;
void SetUserStackAssociations(const Aws::Vector< UserStackAssociation > &value)
BatchDisassociateUserStackRequest & WithUserStackAssociations(const Aws::Vector< UserStackAssociation > &value)
bool UserStackAssociationsHasBeenSet() const
void SetUserStackAssociations(Aws::Vector< UserStackAssociation > &&value)
AWS_APPSTREAM_API BatchDisassociateUserStackRequest()
virtual const char * GetServiceRequestName() const override
BatchDisassociateUserStackRequest & WithUserStackAssociations(Aws::Vector< UserStackAssociation > &&value)
BatchDisassociateUserStackRequest & AddUserStackAssociations(const UserStackAssociation &value)
BatchDisassociateUserStackRequest & AddUserStackAssociations(UserStackAssociation &&value)
AWS_APPSTREAM_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_APPSTREAM_API Aws::String SerializePayload() const override
const Aws::Vector< UserStackAssociation > & GetUserStackAssociations() 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