7#include <aws/inspector2/Inspector2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/inspector2/model/AccountState.h>
11#include <aws/inspector2/model/FailedAccount.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
71 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
void SetRequestId(const char *value)
void SetFailedAccounts(Aws::Vector< FailedAccount > &&value)
void SetRequestId(Aws::String &&value)
BatchGetAccountStatusResult & WithAccounts(const Aws::Vector< AccountState > &value)
BatchGetAccountStatusResult & AddAccounts(const AccountState &value)
BatchGetAccountStatusResult & WithFailedAccounts(Aws::Vector< FailedAccount > &&value)
const Aws::Vector< AccountState > & GetAccounts() const
BatchGetAccountStatusResult & WithRequestId(const char *value)
void SetRequestId(const Aws::String &value)
AWS_INSPECTOR2_API BatchGetAccountStatusResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
BatchGetAccountStatusResult & WithRequestId(Aws::String &&value)
void SetAccounts(const Aws::Vector< AccountState > &value)
AWS_INSPECTOR2_API BatchGetAccountStatusResult()
BatchGetAccountStatusResult & WithFailedAccounts(const Aws::Vector< FailedAccount > &value)
const Aws::Vector< FailedAccount > & GetFailedAccounts() const
BatchGetAccountStatusResult & WithRequestId(const Aws::String &value)
BatchGetAccountStatusResult & AddFailedAccounts(const FailedAccount &value)
BatchGetAccountStatusResult & WithAccounts(Aws::Vector< AccountState > &&value)
AWS_INSPECTOR2_API BatchGetAccountStatusResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
BatchGetAccountStatusResult & AddAccounts(AccountState &&value)
BatchGetAccountStatusResult & AddFailedAccounts(FailedAccount &&value)
void SetAccounts(Aws::Vector< AccountState > &&value)
void SetFailedAccounts(const Aws::Vector< FailedAccount > &value)
const Aws::String & GetRequestId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue