7#include <aws/chime/Chime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/chime/model/UserError.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
57 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
BatchSuspendUserResult & WithRequestId(Aws::String &&value)
void SetRequestId(const char *value)
BatchSuspendUserResult & AddUserErrors(UserError &&value)
const Aws::Vector< UserError > & GetUserErrors() const
void SetUserErrors(const Aws::Vector< UserError > &value)
BatchSuspendUserResult & WithRequestId(const Aws::String &value)
BatchSuspendUserResult & WithUserErrors(Aws::Vector< UserError > &&value)
BatchSuspendUserResult & AddUserErrors(const UserError &value)
const Aws::String & GetRequestId() const
BatchSuspendUserResult & WithRequestId(const char *value)
AWS_CHIME_API BatchSuspendUserResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(Aws::String &&value)
AWS_CHIME_API BatchSuspendUserResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetUserErrors(Aws::Vector< UserError > &&value)
BatchSuspendUserResult & WithUserErrors(const Aws::Vector< UserError > &value)
AWS_CHIME_API BatchSuspendUserResult()
void SetRequestId(const Aws::String &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