Response Unmarshaller for DescribePermissions operation
Inheritance: JsonResponseUnmarshaller
 public static DescribePermissionsResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new DescribePermissionsResponseUnmarshaller();
     }
     return(instance);
 }
 public static DescribePermissionsResponseUnmarshaller GetInstance()
 {
     if (instance == null)
       {
     instance = new DescribePermissionsResponseUnmarshaller();
       }
       return instance;
 }