7#include <aws/sts/STS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
53 inline void SetProviderArn(
const char* value) { m_providerArnHasBeenSet =
true; m_providerArn.assign(value); }
69 inline void SetContextAssertion(
const char* value) { m_contextAssertionHasBeenSet =
true; m_contextAssertion.assign(value); }
77 bool m_providerArnHasBeenSet =
false;
80 bool m_contextAssertionHasBeenSet =
false;
AWS_STS_API void OutputToStream(Aws::OStream &oStream, const char *location) const
bool ProviderArnHasBeenSet() const
AWS_STS_API ProvidedContext()
ProvidedContext & WithContextAssertion(const char *value)
ProvidedContext & WithContextAssertion(Aws::String &&value)
void SetProviderArn(const char *value)
AWS_STS_API ProvidedContext & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
ProvidedContext & WithProviderArn(Aws::String &&value)
AWS_STS_API ProvidedContext(const Aws::Utils::Xml::XmlNode &xmlNode)
ProvidedContext & WithProviderArn(const char *value)
void SetProviderArn(const Aws::String &value)
AWS_STS_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
ProvidedContext & WithContextAssertion(const Aws::String &value)
const Aws::String & GetContextAssertion() const
const Aws::String & GetProviderArn() const
void SetContextAssertion(const Aws::String &value)
bool ContextAssertionHasBeenSet() const
ProvidedContext & WithProviderArn(const Aws::String &value)
void SetContextAssertion(const char *value)
void SetContextAssertion(Aws::String &&value)
void SetProviderArn(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream