7#include <aws/core/utils/Array.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/rolesanywhere/RolesAnywhereRequest.h>
10#include <aws/rolesanywhere/RolesAnywhere_EXPORTS.h>
15namespace RolesAnywhere {
38 template <
typename CrlIdT = Aws::String>
40 m_crlIdHasBeenSet =
true;
41 m_crlId = std::forward<CrlIdT>(value);
43 template <
typename CrlIdT = Aws::String>
45 SetCrlId(std::forward<CrlIdT>(value));
56 template <
typename NameT = Aws::String>
58 m_nameHasBeenSet =
true;
59 m_name = std::forward<NameT>(value);
61 template <
typename NameT = Aws::String>
63 SetName(std::forward<NameT>(value));
74 template <
typename CrlDataT = Aws::Utils::ByteBuffer>
76 m_crlDataHasBeenSet =
true;
77 m_crlData = std::forward<CrlDataT>(value);
79 template <
typename CrlDataT = Aws::Utils::ByteBuffer>
91 bool m_crlIdHasBeenSet =
false;
92 bool m_nameHasBeenSet =
false;
93 bool m_crlDataHasBeenSet =
false;
bool NameHasBeenSet() const
UpdateCrlRequest & WithCrlId(CrlIdT &&value)
void SetCrlData(CrlDataT &&value)
UpdateCrlRequest & WithName(NameT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::Utils::ByteBuffer & GetCrlData() const
AWS_ROLESANYWHERE_API Aws::String SerializePayload() const override
void SetName(NameT &&value)
UpdateCrlRequest & WithCrlData(CrlDataT &&value)
void SetCrlId(CrlIdT &&value)
const Aws::String & GetCrlId() const
bool CrlDataHasBeenSet() const
const Aws::String & GetName() const
bool CrlIdHasBeenSet() const
AWS_ROLESANYWHERE_API UpdateCrlRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String