7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
51 inline void SetSAMLProviderArn(
const char* value) { m_sAMLProviderArnHasBeenSet =
true; m_sAMLProviderArn.assign(value); }
66 inline void SetSelfServiceSAMLProviderArn(
const char* value) { m_selfServiceSAMLProviderArnHasBeenSet =
true; m_selfServiceSAMLProviderArn.assign(value); }
74 bool m_sAMLProviderArnHasBeenSet =
false;
77 bool m_selfServiceSAMLProviderArnHasBeenSet =
false;
void SetSelfServiceSAMLProviderArn(const char *value)
AWS_EC2_API FederatedAuthenticationRequest()
void SetSAMLProviderArn(const Aws::String &value)
FederatedAuthenticationRequest & WithSelfServiceSAMLProviderArn(Aws::String &&value)
FederatedAuthenticationRequest & WithSelfServiceSAMLProviderArn(const char *value)
bool SelfServiceSAMLProviderArnHasBeenSet() const
bool SAMLProviderArnHasBeenSet() const
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
const Aws::String & GetSelfServiceSAMLProviderArn() const
FederatedAuthenticationRequest & WithSAMLProviderArn(Aws::String &&value)
void SetSelfServiceSAMLProviderArn(Aws::String &&value)
const Aws::String & GetSAMLProviderArn() const
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
AWS_EC2_API FederatedAuthenticationRequest(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_EC2_API FederatedAuthenticationRequest & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
FederatedAuthenticationRequest & WithSAMLProviderArn(const Aws::String &value)
void SetSAMLProviderArn(const char *value)
void SetSAMLProviderArn(Aws::String &&value)
void SetSelfServiceSAMLProviderArn(const Aws::String &value)
FederatedAuthenticationRequest & WithSelfServiceSAMLProviderArn(const Aws::String &value)
FederatedAuthenticationRequest & WithSAMLProviderArn(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream