Response Unmarshaller for ResetSnapshotAttribute operation
상속: EC2ResponseUnmarshaller
 public static ResetSnapshotAttributeResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new ResetSnapshotAttributeResponseUnmarshaller();
     }
     return(instance);
 }
 public static ResetSnapshotAttributeResponseUnmarshaller GetInstance()
 {
     if (instance == null) 
     {
        instance = new ResetSnapshotAttributeResponseUnmarshaller();
     }
     return instance;
 }