7#include <aws/inspector2/Inspector2_EXPORTS.h>
8#include <aws/inspector2/Inspector2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 template<
typename DelegatedAdminAccountIdT = Aws::String>
43 void SetDelegatedAdminAccountId(DelegatedAdminAccountIdT&& value) { m_delegatedAdminAccountIdHasBeenSet =
true; m_delegatedAdminAccountId = std::forward<DelegatedAdminAccountIdT>(value); }
44 template<
typename DelegatedAdminAccountIdT = Aws::String>
50 bool m_delegatedAdminAccountIdHasBeenSet =
false;
AWS_INSPECTOR2_API DisableDelegatedAdminAccountRequest()=default
virtual const char * GetServiceRequestName() const override
bool DelegatedAdminAccountIdHasBeenSet() const
void SetDelegatedAdminAccountId(DelegatedAdminAccountIdT &&value)
DisableDelegatedAdminAccountRequest & WithDelegatedAdminAccountId(DelegatedAdminAccountIdT &&value)
const Aws::String & GetDelegatedAdminAccountId() const
AWS_INSPECTOR2_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String