7#include <aws/appstream/AppStream_EXPORTS.h>
8#include <aws/appstream/model/UserStackAssociationError.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename ErrorsT = Aws::Vector<UserStackAssociationError>>
38 m_errorsHasBeenSet =
true;
39 m_errors = std::forward<ErrorsT>(value);
41 template <
typename ErrorsT = Aws::Vector<UserStackAssociationError>>
46 template <
typename ErrorsT = UserStackAssociationError>
48 m_errorsHasBeenSet =
true;
49 m_errors.emplace_back(std::forward<ErrorsT>(value));
57 template <
typename RequestIdT = Aws::String>
59 m_requestIdHasBeenSet =
true;
60 m_requestId = std::forward<RequestIdT>(value);
62 template <
typename RequestIdT = Aws::String>
72 bool m_errorsHasBeenSet =
false;
73 bool m_requestIdHasBeenSet =
false;
AWS_APPSTREAM_API BatchDisassociateUserStackResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_APPSTREAM_API BatchDisassociateUserStackResult()=default
BatchDisassociateUserStackResult & WithErrors(ErrorsT &&value)
BatchDisassociateUserStackResult & WithRequestId(RequestIdT &&value)
const Aws::Vector< UserStackAssociationError > & GetErrors() const
AWS_APPSTREAM_API BatchDisassociateUserStackResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
BatchDisassociateUserStackResult & AddErrors(ErrorsT &&value)
void SetRequestId(RequestIdT &&value)
void SetErrors(ErrorsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue