7#include <aws/appstream/AppStream_EXPORTS.h>
8#include <aws/appstream/model/UserStackAssociationError.h>
9#include <aws/core/http/HttpResponse.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
37 template <
typename ErrorsT = Aws::Vector<UserStackAssociationError>>
39 m_errorsHasBeenSet =
true;
40 m_errors = std::forward<ErrorsT>(value);
42 template <
typename ErrorsT = Aws::Vector<UserStackAssociationError>>
47 template <
typename ErrorsT = UserStackAssociationError>
49 m_errorsHasBeenSet =
true;
50 m_errors.emplace_back(std::forward<ErrorsT>(value));
58 template <
typename RequestIdT = Aws::String>
60 m_requestIdHasBeenSet =
true;
61 m_requestId = std::forward<RequestIdT>(value);
63 template <
typename RequestIdT = Aws::String>
76 bool m_errorsHasBeenSet =
false;
77 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)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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