7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/securityhub/SecurityHubRequest.h>
10#include <aws/securityhub/SecurityHub_EXPORTS.h>
39 template <
typename AccountIdsT = Aws::Vector<Aws::String>>
41 m_accountIdsHasBeenSet =
true;
42 m_accountIds = std::forward<AccountIdsT>(value);
44 template <
typename AccountIdsT = Aws::Vector<Aws::String>>
49 template <
typename AccountIdsT = Aws::String>
51 m_accountIdsHasBeenSet =
true;
52 m_accountIds.emplace_back(std::forward<AccountIdsT>(value));
58 bool m_accountIdsHasBeenSet =
false;
AWS_SECURITYHUB_API Aws::String SerializePayload() const override
void SetAccountIds(AccountIdsT &&value)
AWS_SECURITYHUB_API DeclineInvitationsRequest()=default
const Aws::Vector< Aws::String > & GetAccountIds() const
DeclineInvitationsRequest & WithAccountIds(AccountIdsT &&value)
virtual const char * GetServiceRequestName() const override
bool AccountIdsHasBeenSet() const
DeclineInvitationsRequest & AddAccountIds(AccountIdsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector