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>
51 template<
typename Prov
iderArnT = Aws::String>
52 void SetProviderArn(ProviderArnT&& value) { m_providerArnHasBeenSet =
true; m_providerArn = std::forward<ProviderArnT>(value); }
53 template<
typename Prov
iderArnT = Aws::String>
65 template<
typename ContextAssertionT = Aws::String>
66 void SetContextAssertion(ContextAssertionT&& value) { m_contextAssertionHasBeenSet =
true; m_contextAssertion = std::forward<ContextAssertionT>(value); }
67 template<
typename ContextAssertionT = Aws::String>
73 bool m_providerArnHasBeenSet =
false;
76 bool m_contextAssertionHasBeenSet =
false;
AWS_STS_API void OutputToStream(Aws::OStream &oStream, const char *location) const
bool ProviderArnHasBeenSet() const
void SetProviderArn(ProviderArnT &&value)
void SetContextAssertion(ContextAssertionT &&value)
AWS_STS_API ProvidedContext & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_STS_API ProvidedContext(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_STS_API ProvidedContext()=default
AWS_STS_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
const Aws::String & GetContextAssertion() const
const Aws::String & GetProviderArn() const
ProvidedContext & WithContextAssertion(ContextAssertionT &&value)
bool ContextAssertionHasBeenSet() const
ProvidedContext & WithProviderArn(ProviderArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream