toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case HostedZoneLimitType.maxRrsetsByZone:
      return 'MAX_RRSETS_BY_ZONE';
    case HostedZoneLimitType.maxVpcsAssociatedByZone:
      return 'MAX_VPCS_ASSOCIATED_BY_ZONE';
  }
}