7#include <aws/rolesanywhere/RolesAnywhere_EXPORTS.h>
8#include <aws/rolesanywhere/RolesAnywhereRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace RolesAnywhere
43 inline void SetTrustAnchorId(
const char* value) { m_trustAnchorIdHasBeenSet =
true; m_trustAnchorId.assign(value); }
51 bool m_trustAnchorIdHasBeenSet =
false;
const Aws::String & GetTrustAnchorId() const
EnableTrustAnchorRequest & WithTrustAnchorId(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
EnableTrustAnchorRequest & WithTrustAnchorId(const Aws::String &value)
void SetTrustAnchorId(Aws::String &&value)
void SetTrustAnchorId(const Aws::String &value)
bool TrustAnchorIdHasBeenSet() const
AWS_ROLESANYWHERE_API Aws::String SerializePayload() const override
EnableTrustAnchorRequest & WithTrustAnchorId(const char *value)
AWS_ROLESANYWHERE_API EnableTrustAnchorRequest()
void SetTrustAnchorId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String