Response Unmarshaller for CreateDBSecurityGroup operation
Inheritance: XmlResponseUnmarshaller
示例#1
0
 public static CreateDBSecurityGroupResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new CreateDBSecurityGroupResponseUnmarshaller();
     }
     return(instance);
 }
 public static CreateDBSecurityGroupResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
        instance = new CreateDBSecurityGroupResponseUnmarshaller();
     }
     return instance;
 }