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;
virtual const char * GetServiceRequestName() const override
bool TrustAnchorIdHasBeenSet() const
const Aws::String & GetTrustAnchorId() const
GetTrustAnchorRequest & WithTrustAnchorId(const Aws::String &value)
void SetTrustAnchorId(const char *value)
void SetTrustAnchorId(const Aws::String &value)
AWS_ROLESANYWHERE_API Aws::String SerializePayload() const override
GetTrustAnchorRequest & WithTrustAnchorId(const char *value)
AWS_ROLESANYWHERE_API GetTrustAnchorRequest()
void SetTrustAnchorId(Aws::String &&value)
GetTrustAnchorRequest & WithTrustAnchorId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String