7#include <aws/rolesanywhere/RolesAnywhere_EXPORTS.h>
8#include <aws/rolesanywhere/RolesAnywhereRequest.h>
9#include <aws/core/utils/Array.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15namespace RolesAnywhere
56 inline void SetCrlId(
const char* value) { m_crlIdHasBeenSet =
true; m_crlId.assign(value); }
70 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
78 bool m_crlDataHasBeenSet =
false;
81 bool m_crlIdHasBeenSet =
false;
84 bool m_nameHasBeenSet =
false;
UpdateCrlRequest & WithName(Aws::String &&value)
void SetCrlData(const Aws::Utils::ByteBuffer &value)
bool NameHasBeenSet() const
void SetCrlId(const Aws::String &value)
UpdateCrlRequest & WithName(const Aws::String &value)
void SetCrlId(const char *value)
void SetName(Aws::String &&value)
void SetCrlData(Aws::Utils::ByteBuffer &&value)
virtual const char * GetServiceRequestName() const override
UpdateCrlRequest & WithCrlData(const Aws::Utils::ByteBuffer &value)
void SetName(const char *value)
UpdateCrlRequest & WithCrlId(const char *value)
const Aws::Utils::ByteBuffer & GetCrlData() const
UpdateCrlRequest & WithCrlId(Aws::String &&value)
AWS_ROLESANYWHERE_API Aws::String SerializePayload() const override
const Aws::String & GetCrlId() const
bool CrlDataHasBeenSet() const
const Aws::String & GetName() const
void SetName(const Aws::String &value)
UpdateCrlRequest & WithCrlData(Aws::Utils::ByteBuffer &&value)
UpdateCrlRequest & WithCrlId(const Aws::String &value)
AWS_ROLESANYWHERE_API UpdateCrlRequest()
bool CrlIdHasBeenSet() const
UpdateCrlRequest & WithName(const char *value)
void SetCrlId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String