7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ec2/EC2_EXPORTS.h>
10#include <aws/ec2/model/IpamScopeExternalAuthorityType.h>
50 m_typeHasBeenSet =
true;
67 template <
typename ExternalResourceIdentifierT = Aws::String>
69 m_externalResourceIdentifierHasBeenSet =
true;
70 m_externalResourceIdentifier = std::forward<ExternalResourceIdentifierT>(value);
72 template <
typename ExternalResourceIdentifierT = Aws::String>
82 bool m_typeHasBeenSet =
false;
83 bool m_externalResourceIdentifierHasBeenSet =
false;
const Aws::String & GetExternalResourceIdentifier() const
IpamScopeExternalAuthorityType GetType() const
void SetExternalResourceIdentifier(ExternalResourceIdentifierT &&value)
AWS_EC2_API ExternalAuthorityConfiguration()=default
bool ExternalResourceIdentifierHasBeenSet() const
ExternalAuthorityConfiguration & WithType(IpamScopeExternalAuthorityType value)
ExternalAuthorityConfiguration & WithExternalResourceIdentifier(ExternalResourceIdentifierT &&value)
AWS_EC2_API ExternalAuthorityConfiguration & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
bool TypeHasBeenSet() const
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
AWS_EC2_API ExternalAuthorityConfiguration(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetType(IpamScopeExternalAuthorityType value)
IpamScopeExternalAuthorityType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream