Response Unmarshaller for DeleteHostedZone operation
Inheritance: XmlResponseUnmarshaller
 public static DeleteHostedZoneResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
        instance = new DeleteHostedZoneResponseUnmarshaller();
     }
     return instance;
 }
Exemple #2
0
 public static DeleteHostedZoneResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new DeleteHostedZoneResponseUnmarshaller();
     }
     return(instance);
 }