Response Unmarshaller for ModifyVpcAttribute operation
Inheritance: EC2ResponseUnmarshaller
 public static ModifyVpcAttributeResponseUnmarshaller GetInstance()
 {
     if (instance == null) 
     {
        instance = new ModifyVpcAttributeResponseUnmarshaller();
     }
     return instance;
 }
Beispiel #2
0
 public static ModifyVpcAttributeResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new ModifyVpcAttributeResponseUnmarshaller();
     }
     return(instance);
 }