7#include <aws/rolesanywhere/RolesAnywhere_EXPORTS.h>
8#include <aws/rolesanywhere/RolesAnywhereRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/rolesanywhere/model/Source.h>
15namespace RolesAnywhere
42 template<
typename NameT = Aws::String>
43 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
44 template<
typename NameT = Aws::String>
54 template<
typename SourceT = Source>
55 void SetSource(SourceT&& value) { m_sourceHasBeenSet =
true; m_source = std::forward<SourceT>(value); }
56 template<
typename SourceT = Source>
66 template<
typename TrustAnchorIdT = Aws::String>
67 void SetTrustAnchorId(TrustAnchorIdT&& value) { m_trustAnchorIdHasBeenSet =
true; m_trustAnchorId = std::forward<TrustAnchorIdT>(value); }
68 template<
typename TrustAnchorIdT = Aws::String>
74 bool m_nameHasBeenSet =
false;
77 bool m_sourceHasBeenSet =
false;
80 bool m_trustAnchorIdHasBeenSet =
false;
UpdateTrustAnchorRequest & WithName(NameT &&value)
AWS_ROLESANYWHERE_API UpdateTrustAnchorRequest()=default
const Aws::String & GetName() const
const Source & GetSource() const
const Aws::String & GetTrustAnchorId() const
UpdateTrustAnchorRequest & WithTrustAnchorId(TrustAnchorIdT &&value)
virtual const char * GetServiceRequestName() const override
void SetTrustAnchorId(TrustAnchorIdT &&value)
void SetSource(SourceT &&value)
bool TrustAnchorIdHasBeenSet() const
bool NameHasBeenSet() const
void SetName(NameT &&value)
bool SourceHasBeenSet() const
AWS_ROLESANYWHERE_API Aws::String SerializePayload() const override
UpdateTrustAnchorRequest & WithSource(SourceT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String