7#include <aws/rolesanywhere/RolesAnywhere_EXPORTS.h>
8#include <aws/rolesanywhere/RolesAnywhereRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace RolesAnywhere
41 template<
typename CrlIdT = Aws::String>
42 void SetCrlId(CrlIdT&& value) { m_crlIdHasBeenSet =
true; m_crlId = std::forward<CrlIdT>(value); }
43 template<
typename CrlIdT = Aws::String>
49 bool m_crlIdHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
DeleteCrlRequest & WithCrlId(CrlIdT &&value)
const Aws::String & GetCrlId() const
bool CrlIdHasBeenSet() const
AWS_ROLESANYWHERE_API DeleteCrlRequest()=default
AWS_ROLESANYWHERE_API Aws::String SerializePayload() const override
void SetCrlId(CrlIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String