Response Unmarshaller for ModifySubnetAttribute operation
Inheritance: EC2ResponseUnmarshaller
 public static ModifySubnetAttributeResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new ModifySubnetAttributeResponseUnmarshaller();
     }
     return(instance);
 }
 public static ModifySubnetAttributeResponseUnmarshaller GetInstance()
 {
     if (instance == null) 
     {
        instance = new ModifySubnetAttributeResponseUnmarshaller();
     }
     return instance;
 }