Response Unmarshaller for DescribeDomain operation
Inheritance: JsonResponseUnmarshaller
 public static DescribeDomainResponseUnmarshaller GetInstance()
 {
     if (instance == null)
       {
     instance = new DescribeDomainResponseUnmarshaller();
       }
       return instance;
 }
 public static DescribeDomainResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new DescribeDomainResponseUnmarshaller();
     }
     return(instance);
 }