AWS SDK for C++  0.14.3
AWS SDK for C++
Namespaces | Enumerations | Functions
RRType.h File Reference
#include <aws/route53/Route53_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSString.h>

Go to the source code of this file.

Namespaces

 Aws
 JSON (JavaScript Object Notation).
 
 Aws::Route53
 
 Aws::Route53::Model
 
 Aws::Route53::Model::RRTypeMapper
 

Enumerations

enum  Aws::Route53::Model::RRType {
  Aws::Route53::Model::RRType::NOT_SET, Aws::Route53::Model::RRType::SOA, Aws::Route53::Model::RRType::A, Aws::Route53::Model::RRType::TXT,
  Aws::Route53::Model::RRType::NS, Aws::Route53::Model::RRType::CNAME, Aws::Route53::Model::RRType::MX, Aws::Route53::Model::RRType::PTR,
  Aws::Route53::Model::RRType::SRV, Aws::Route53::Model::RRType::SPF, Aws::Route53::Model::RRType::AAAA
}
 

Functions

AWS_ROUTE53_API RRType Aws::Route53::Model::RRTypeMapper::GetRRTypeForName (const Aws::String &name)
 
AWS_ROUTE53_API Aws::String Aws::Route53::Model::RRTypeMapper::GetNameForRRType (RRType value)