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