7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sts/STS_EXPORTS.h>
45 template <
typename Prov
iderArnT = Aws::String>
47 m_providerArnHasBeenSet =
true;
48 m_providerArn = std::forward<ProviderArnT>(value);
50 template <
typename Prov
iderArnT = Aws::String>
65 template <
typename ContextAssertionT = Aws::String>
67 m_contextAssertionHasBeenSet =
true;
68 m_contextAssertion = std::forward<ContextAssertionT>(value);
70 template <
typename ContextAssertionT = Aws::String>
80 bool m_providerArnHasBeenSet =
false;
81 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