7#include <aws/guardduty/GuardDuty_EXPORTS.h>
8#include <aws/guardduty/GuardDutyRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
44 template<
typename AccountIdsT = Aws::Vector<Aws::String>>
45 void SetAccountIds(AccountIdsT&& value) { m_accountIdsHasBeenSet =
true; m_accountIds = std::forward<AccountIdsT>(value); }
46 template<
typename AccountIdsT = Aws::Vector<Aws::String>>
48 template<
typename AccountIdsT = Aws::String>
54 bool m_accountIdsHasBeenSet =
false;
AWS_GUARDDUTY_API DeleteInvitationsRequest()=default
DeleteInvitationsRequest & AddAccountIds(AccountIdsT &&value)
bool AccountIdsHasBeenSet() const
void SetAccountIds(AccountIdsT &&value)
const Aws::Vector< Aws::String > & GetAccountIds() const
AWS_GUARDDUTY_API Aws::String SerializePayload() const override
DeleteInvitationsRequest & WithAccountIds(AccountIdsT &&value)
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector